Annotation of researchv8dc/cmd/asd/mkpkg.c, revision 1.1.1.1

1.1       root        1: #include "asd.h"
                      2: 
                      3: main (argc, argv)
                      4:        int argc;
                      5:        char **argv;
                      6: {
                      7:        register int i;
                      8: 
                      9:        getargs (argc, argv, "vD:", (int (*)) 0);
                     10: 
                     11:        pkgstart();
                     12:        for (i = optind; i < argc; i++)
                     13:                pkgfile (argv[i]);
                     14: 
                     15:        i = pkgend();
                     16: 
                     17:        return i;
                     18: }

unix.superglobalmegacorp.com

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