blob: e946bab2bbd65a56ffd172adcd7ba8d639ef0c3b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
*** sam/io.c 1997/10/01 08:25:28 1.1
--- sam/io.c 1997/10/01 08:25:59
***************
*** 2,8 ****
--- 2,10 ----
#include "sam.h"
#define NSYSFILE 3
+ #ifndef NOFILE
#define NOFILE 128
+ #endif
void
checkqid(File *f)
|