Annotation of xinu/sys/rfread.c, revision 1.1.1.1

1.1       root        1: /* rfread.c - rfread */
                      2: 
                      3: #include <conf.h>
                      4: #include <kernel.h>
                      5: #include <network.h>
                      6: 
                      7: /*------------------------------------------------------------------------
                      8:  *  rfread  --  read one or more bytes from a remote file
                      9:  *------------------------------------------------------------------------
                     10:  */
                     11: rfread(devptr, buff, len)
                     12: struct devsw   *devptr;
                     13: char   *buff;
                     14: int    len;
                     15: {
                     16:        return( rfio(devptr, FS_READ, buff, min(len,RDATLEN) ) );
                     17: }

unix.superglobalmegacorp.com

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