Annotation of coherent/b/lib/libc/gen/sys_err.c, revision 1.1.1.1

1.1       root        1: /*
                      2:  * System error messages
                      3:  */
                      4: 
                      5: char   *sys_errlist[] = {
                      6:        "",
                      7:        "not the super user",
                      8:        "no such file or directory",
                      9:        "no such process",
                     10:        "interrupted system call",
                     11:        "I/O error",
                     12:        "no such device or address",
                     13:        "arg list too long",
                     14:        "exec format error",
                     15:        "bad file number",
                     16:        "no children",
                     17:        "no more processes",
                     18:        "not enough memory",
                     19:        "permission denied",
                     20:        "bad address",
                     21:        "block device required",
                     22:        "mount device busy",
                     23:        "file exists",
                     24:        "cross-device link",
                     25:        "no such device",
                     26:        "not a directory",
                     27:        "is a directory",
                     28:        "invalid argument",
                     29:        "file table overflow",
                     30:        "too many open files",
                     31:        "not a typewriter",
                     32:        "file busy",
                     33:        "file too large",
                     34:        "no space left on device",
                     35:        "illegal seek",
                     36:        "read-only file system",
                     37:        "too many links",
                     38:        "broken pipe",
                     39:        "math argument",
                     40:        "result too large",
                     41:        "out of kernel space",
                     42:        "driver not loaded",
                     43:        "bad exec format",
                     44:        "device needs attention",
                     45:        "device busy",
                     46:        "deadlock",
                     47:        "no lock available"
                     48: };
                     49: 
                     50: 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.