Annotation of 3BSD/cmd/accton.c, revision 1.1

1.1     ! root        1: main(argc, argv)
        !             2: char **argv;
        !             3: {
        !             4:        extern errno;
        !             5:        if (argc > 1)
        !             6:                acct(argv[1]);
        !             7:        else
        !             8:                acct((char *)0);
        !             9:        if (errno) {
        !            10:                perror("accton");
        !            11:                exit(1);
        !            12:        }
        !            13:        exit(0);
        !            14: }

unix.superglobalmegacorp.com

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