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