Annotation of researchv10no/netfs/libnetb/log.c, revision 1.1.1.1

1.1       root        1: #include <stdio.h>
                      2: #include "rf.h"
                      3: 
                      4: char *ctime();
                      5: long time();
                      6: 
                      7: rflog(s, p1, p2, p3, p4, p5, p6, p7, p8, p9)
                      8: char *s;
                      9: {
                     10:        long now;
                     11: 
                     12:        time(&now);
                     13:        fseek(stderr, 0L, 2);
                     14:        fprintf(stderr, "%.15s %s %d: ", 4+ctime(&now), rfclient, getpid());
                     15:        fprintf(stderr, s, p1, p2, p3, p4, p5, p6, p7, p8, p9);
                     16:        fflush(stderr);
                     17: }

unix.superglobalmegacorp.com

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