aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/file.h
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1995-03-16 18:17:34 +0000
committerBruce Evans <bde@FreeBSD.org>1995-03-16 18:17:34 +0000
commitb5e8ce9f12b66453759f254bdf8bfc53fe2b6948 (patch)
treee4952f18ac85eccbbd3d9b0f010098732d07fe6d /sys/sys/file.h
parent11098d3bad179feb30248af23c90e5df877d36f8 (diff)
downloadsrc-b5e8ce9f12b66453759f254bdf8bfc53fe2b6948.tar.gz
src-b5e8ce9f12b66453759f254bdf8bfc53fe2b6948.zip
Notes
Diffstat (limited to 'sys/sys/file.h')
-rw-r--r--sys/sys/file.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/sys/file.h b/sys/sys/file.h
index 9f8ae04bc6d7..309a73258ef6 100644
--- a/sys/sys/file.h
+++ b/sys/sys/file.h
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)file.h 8.1 (Berkeley) 6/2/93
- * $Id: file.h,v 1.3 1994/08/21 04:41:45 paul Exp $
+ * $Id: file.h,v 1.4 1995/02/20 19:42:37 guido Exp $
*/
#ifndef _SYS_FILE_H_
@@ -74,6 +74,7 @@ struct file {
};
extern struct file *filehead; /* head of list of open files */
+extern struct fileops vnops;
extern int maxfiles; /* kernel limit on number of open files */
extern int maxfilesperproc; /* per process limit on number of open files */
extern int nfiles; /* actual number of open files */