Annotation of 41BSD/cmd/delivermail/sysexits.c, revision 1.1.1.1

1.1       root        1: # include <sysexits.h>
                      2: 
                      3: static char    SccsId[] = "@(#)sysexits.c      1.3     8/2/80";
                      4: 
                      5: /*
                      6: **  SYSEXITS.C -- error messages corresponding to sysexits.h
                      7: */
                      8: 
                      9: char   *SysExMsg[] =
                     10: {
                     11:        /* 64 */        "Bad usage",
                     12:        /* 65 */        "Data format error",
                     13:        /* 66 */        "Cannot open input",
                     14:        /* 67 */        "User unknown",
                     15:        /* 68 */        "Host unknown",
                     16:        /* 69 */        "Service unavailable",
                     17:        /* 70 */        "Internal error",
                     18:        /* 71 */        "Operating system error",
                     19:        /* 72 */        "System file missing",
                     20:        /* 73 */        "Can't create output",
                     21:        /* 74 */        "I/O error",
                     22: };
                     23: 
                     24: int    N_SysEx = sizeof SysExMsg / sizeof SysExMsg[0];

unix.superglobalmegacorp.com

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