|
|
1.1 root 1: /*
2: * stub for fsread
3: */
4: #include "rf.h"
5:
6: int
7: fsread(f, off, buf, len)
8: Rfile *f;
9: long off;
10: char *buf;
11: int len;
12: {
13: fserrno = RFEINVAL;
14: return (-1);
15: }
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.