Annotation of researchv10dc/dk/libc/dkproto.c, revision 1.1.1.1

1.1       root        1: /*
                      2:  * Make sure that URP protocol is enabled on a datakit file.
                      3:  */
                      4: #include "sys/ioctl.h"
                      5: 
                      6: dkproto(file, linedis)
                      7: {
                      8:        if (ioctl(file, KIOCISURP, (char *)0) < 0)
                      9:                return(ioctl(file, FIOPUSHLD, &linedis));
                     10:        ioctl(file, KIOCINIT, (char *)0);
                     11:        return(0);
                     12: }

unix.superglobalmegacorp.com

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