Annotation of 43BSDReno/kerberosIV/compile_et/error_table.h, revision 1.1

1.1     ! root        1: #ifndef _ET
        !             2: extern int errno;
        !             3: typedef struct {
        !             4:        char    **msgs;
        !             5:        int     base;
        !             6:        int     n_msgs;
        !             7: } error_table;
        !             8: extern error_table **_et_list;
        !             9: 
        !            10: #define        ERROR_CODE      "int"   /* type used for error codes */
        !            11: 
        !            12: #define        ERRCODE_RANGE   8       /* # of bits to shift table number */
        !            13: #define        BITS_PER_CHAR   6       /* # bits to shift per character in name */
        !            14: 
        !            15: extern char *error_table_name();
        !            16: #define _ET
        !            17: #endif

unix.superglobalmegacorp.com

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