Annotation of coherent/a/usr/src/misc/fatal.c, revision 1.1.1.1

1.1       root        1: /*
                      2:  * Put message and die.
                      3:  */
                      4: #include <stdio.h>
                      5: fatal(s)
                      6: char *s;
                      7: {
                      8:        fprintf(stderr, "\nfatal: %r\n", &s);
                      9:        exit(1);
                     10: }

unix.superglobalmegacorp.com

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