Annotation of researchv10dc/cmd/worm/oscsi/scsi/longat.c, revision 1.1.1.1

1.1       root        1: #include       "../scsi.h"
                      2: 
                      3: unsigned long
                      4: longat(uchar *src)
                      5: {
                      6:        unsigned long n;
                      7: 
                      8:        n = *src++;
                      9:        n = (n<<8) | *src++;
                     10:        n = (n<<8) | *src++;
                     11:        n = (n<<8) | *src;
                     12:        return(n);
                     13: }

unix.superglobalmegacorp.com

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