Annotation of 43BSD/etc/accton.c, revision 1.1.1.1

1.1       root        1: static char *sccsid = "@(#)accton.c    4.1 (Berkeley) 10/1/80";
                      2: main(argc, argv)
                      3: char **argv;
                      4: {
                      5:        extern errno;
                      6:        if (argc > 1)
                      7:                acct(argv[1]);
                      8:        else
                      9:                acct((char *)0);
                     10:        if (errno) {
                     11:                perror("accton");
                     12:                exit(1);
                     13:        }
                     14:        exit(0);
                     15: }

unix.superglobalmegacorp.com

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