Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/sys add declaration for `vnops'



details:   https://anonhg.NetBSD.org/src/rev/08238066ba9d
branches:  trunk
changeset: 481496:08238066ba9d
user:      assar <assar%NetBSD.org@localhost>
date:      Tue Feb 01 01:22:45 2000 +0000

description:
add declaration for `vnops'

diffstat:

 sys/sys/file.h |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r c6501808bf25 -r 08238066ba9d sys/sys/file.h
--- a/sys/sys/file.h    Tue Feb 01 01:22:05 2000 +0000
+++ b/sys/sys/file.h    Tue Feb 01 01:22:45 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: file.h,v 1.21 1999/08/03 20:19:21 wrstuden Exp $       */
+/*     $NetBSD: file.h,v 1.22 2000/02/01 01:22:45 assar Exp $  */
 
 /*
  * Copyright (c) 1982, 1986, 1989, 1993
@@ -122,6 +122,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