File:  [MW Coherent from dump] / coherent / b / lib / libc / gen / sys_err.c
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Wed May 29 04:56:35 2019 UTC (7 years ago) by root
Branches: MarkWilliams, MAIN
CVS tags: relic, HEAD
coherent

/*
 * System error messages
 */

char	*sys_errlist[] = {
	"",
	"not the super user",
	"no such file or directory",
	"no such process",
	"interrupted system call",
	"I/O error",
	"no such device or address",
	"arg list too long",
	"exec format error",
	"bad file number",
	"no children",
	"no more processes",
	"not enough memory",
	"permission denied",
	"bad address",
	"block device required",
	"mount device busy",
	"file exists",
	"cross-device link",
	"no such device",
	"not a directory",
	"is a directory",
	"invalid argument",
	"file table overflow",
	"too many open files",
	"not a typewriter",
	"file busy",
	"file too large",
	"no space left on device",
	"illegal seek",
	"read-only file system",
	"too many links",
	"broken pipe",
	"math argument",
	"result too large",
	"out of kernel space",
	"driver not loaded",
	"bad exec format",
	"device needs attention",
	"device busy",
	"deadlock",
	"no lock available"
};

int	sys_nerr = sizeof (sys_errlist)/sizeof (sys_errlist[0]);

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.