Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-4]: src/sys/sys Pull up revision 1.22 (requested by assar):
details: https://anonhg.NetBSD.org/src/rev/117845b319ff
branches: netbsd-1-4
changeset: 470251:117845b319ff
user: he <he%NetBSD.org@localhost>
date: Tue Feb 01 23:11:40 2000 +0000
description:
Pull up revision 1.22 (requested by assar):
Move the declaration of `vnops' to a header file, for the
benefit of LKMs.
diffstat:
sys/sys/file.h | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r d538cbed7524 -r 117845b319ff sys/sys/file.h
--- a/sys/sys/file.h Tue Feb 01 23:11:20 2000 +0000
+++ b/sys/sys/file.h Tue Feb 01 23:11:40 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: file.h,v 1.18 1998/08/31 23:55:38 thorpej Exp $ */
+/* $NetBSD: file.h,v 1.18.6.1 2000/02/01 23:11:40 he Exp $ */
/*
* Copyright (c) 1982, 1986, 1989, 1993
@@ -88,6 +88,8 @@
extern int maxfiles; /* kernel limit on number of open files */
extern int nfiles; /* actual number of open files */
+extern struct fileops vnops; /* vnode operations for files */
+
int dofileread __P((struct proc *, int, struct file *, void *, size_t,
off_t *, int, register_t *));
int dofilewrite __P((struct proc *, int, struct file *, const void *,
Home |
Main Index |
Thread Index |
Old Index