Annotation of researchv10dc/cmd/uucp/sysopen.c, revision 1.1.1.1

1.1       root        1: /*
                      2:  * Open Systems file; if MANYSYS pipe from uugrep
                      3:  * currently referenced in conn.c uuname.c versys.c
                      4:  * the names are also known by uucheck.c
                      5:  */
                      6: 
                      7: #include "uucp.h"
                      8: VERSION(%W%);
                      9: 
                     10: #ifdef MANYSYS
                     11: 
                     12: FILE *
                     13: sysopen(sys)
                     14: char *sys;
                     15: {
                     16:        FILE *pf;
                     17:        extern FILE *vepopen();
                     18:        static char *args[] = { "uugrep", NULL, NULL };
                     19: 
                     20:        args[1] = sys;
                     21:        pf = vepopen("/usr/lib/uucp/uugrep", "r", args, (char **)NULL);
                     22:        return(pf);
                     23: }
                     24: 
                     25: #endif

unix.superglobalmegacorp.com

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