Annotation of researchv9/netb/src/unmount.c, revision 1.1.1.1

1.1       root        1: main(argc, argv)
                      2: char **argv;
                      3: {      extern int errno;
                      4:        int i;
                      5:        for(i = 1; i < argc; i++) {
                      6: /*             funmount(argv[1]);*/
                      7:                syscall(50, argv[1]);
                      8:                perror(argv[1]);
                      9:        }
                     10:        exit(0);
                     11: }

unix.superglobalmegacorp.com

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