Annotation of researchv10no/cmd/uucp/pkdefs.c, revision 1.1

1.1     ! root        1: /*     /sccs/src/cmd/uucp/s.pkdefs.c
        !             2:        pkdefs.c        1.1     8/30/84 17:37:39
        !             3: */
        !             4: #include "uucp.h"
        !             5: VERSION(@(#)pkdefs.c   1.1);
        !             6: 
        !             7: #define USER 1
        !             8: #include "pk.h"
        !             9: char next[8]   ={ 1,2,3,4,5,6,7,0};    /* packet sequence numbers */
        !            10: char mask[8]   ={ 1,2,4,010,020,040,0100,0200 };
        !            11: int    pkactive;
        !            12: int pkdebug;
        !            13: int pksizes[] = {
        !            14:        1, 32, 64, 128, 256, 512, 1024, 2048, 4096, 1
        !            15: };
        !            16: struct pack *pklines[NPLINES];

unix.superglobalmegacorp.com

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