Annotation of researchv10no/netfs/libnetb/stubwrite.c, revision 1.1

1.1     ! root        1: /*
        !             2:  * stub for fswrite
        !             3:  */
        !             4: #include "rf.h"
        !             5: 
        !             6: int
        !             7: fswrite(f, off, buf, len)
        !             8: Rfile *f;
        !             9: long off;
        !            10: char *buf;
        !            11: int len;
        !            12: {
        !            13:        fserrno = RFEINVAL;
        !            14:        return (-1);
        !            15: }

unix.superglobalmegacorp.com

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