1 1.1.4.2 nathanw /* $NetBSD: files.c,v 1.1.4.2 2002/04/01 07:48:08 nathanw Exp $ */ 2 1.1.4.2 nathanw 3 1.1.4.2 nathanw /* 4 1.1.4.2 nathanw * files.c: 5 1.1.4.2 nathanw * 6 1.1.4.2 nathanw * libsa file table. separate from other global variables so that 7 1.1.4.2 nathanw * all of those don't need to be linked in just to use open, et al. 8 1.1.4.2 nathanw */ 9 1.1.4.2 nathanw 10 1.1.4.2 nathanw #include "stand.h" 11 1.1.4.2 nathanw 12 1.1.4.2 nathanw struct open_file files[SOPEN_MAX]; 13