[BACK]Return to files.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / lib / libsa

Annotation of src/sys/lib/libsa/files.c, Revision 1.1.10.2

1.1.10.2! jdolecek    1: /* $NetBSD: files.c,v 1.1.10.1 2002/06/23 17:49:52 jdolecek 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];

CVSweb <webmaster@jp.NetBSD.org>