repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Expand PMF_FN_* macros.
[netbsd-mini2440.git]
/
sys
/
lib
/
libsa
/
files.c
blob
01907c7b7b0ecbe8de9f8120dadf9b19ea265f22
1
/* $NetBSD$ */
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
];