repo.or.cz
/
minix3.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
custom message type for VM_INFO
[minix3.git]
/
sys
/
lib
/
libsa
/
files.c
blob
ab216b1d91cb43d2549c709a8f1e2c4f6d3666e7
1
/* $NetBSD: files.c,v 1.1 2002/03/15 13:23:34 simonb Exp $ */
2
3
/*
4
* files.c:
5
*
6
* libsa file table. separate from other global variables so that
7
* all of those don't need to be linked in just to use open, et al.
8
*/
9
10
#include
"stand.h"
11
12
struct
open_file files
[
SOPEN_MAX
];