Warning: Attempt to read property "date" on null in /usr/local/www/websvn.planix.org/blame.php on line 247

Warning: Attempt to read property "msg" on null in /usr/local/www/websvn.planix.org/blame.php on line 247
WebSVN – planix.SVN – Blame – /os/branches/feature_fixcpp/sys/src/cmd/dossrv/errstr.h – Rev 2

Subversion Repositories planix.SVN

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 - 1
char *errmsg[ESIZE] = {
2
	[Enevermind]	"never mind",
3
	[Eformat]	"unknown format",
4
	[Eio]		"I/O error",
5
	[Enoauth]	"dossrv: authentication not required",
6
	[Enomem]	"server out of memory",
7
	[Enonexist]	"file does not exist",
8
	[Eperm]		"permission denied",
9
	[Enofilsys]	"no file system device specified",
10
	[Eauth]		"authentication failed",
11
	[Econtig]	"out of contiguous disk space",
12
	[Ebadfcall]	"bad fcall type",
13
	[Ebadstat]	"bad stat format",
14
	[Etoolong]	"file name too long",
15
	[Eversion]	"unknown 9P version",
16
	[Eerrstr]	"system call error",
17
};