Source-Changes-HG archive

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

[src/trunk]: src/sys/kern (sys_open, sys_fhopen): remove declaration of vnops...



details:   https://anonhg.NetBSD.org/src/rev/fb1870a2d90f
branches:  trunk
changeset: 481498:fb1870a2d90f
user:      assar <assar%NetBSD.org@localhost>
date:      Tue Feb 01 01:24:38 2000 +0000

description:
(sys_open, sys_fhopen): remove declaration of vnops, now in
<sys/file.h>

diffstat:

 sys/kern/vfs_syscalls.c |  4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diffs (25 lines):

diff -r f73d88a766c6 -r fb1870a2d90f sys/kern/vfs_syscalls.c
--- a/sys/kern/vfs_syscalls.c   Tue Feb 01 01:23:29 2000 +0000
+++ b/sys/kern/vfs_syscalls.c   Tue Feb 01 01:24:38 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: vfs_syscalls.c,v 1.148 1999/11/15 18:49:09 fvdl Exp $  */
+/*     $NetBSD: vfs_syscalls.c,v 1.149 2000/02/01 01:24:38 assar Exp $ */
 
 /*
  * Copyright (c) 1989, 1993
@@ -985,7 +985,6 @@
        int type, indx, error;
        struct flock lf;
        struct nameidata nd;
-       extern struct fileops vnops;
 
        flags = FFLAGS(SCARG(uap, flags));
        if ((flags & (FREAD | FWRITE)) == 0)
@@ -1113,7 +1112,6 @@
        struct flock lf;
        struct vattr va;
        fhandle_t fh;
-       extern struct fileops vnops;
 
        /*
         * Must be super user



Home | Main Index | Thread Index | Old Index