Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-4]: src/sys/kern Pull up revision 1.149 (via patch, requested b...
details: https://anonhg.NetBSD.org/src/rev/5fca07943117
branches: netbsd-1-4
changeset: 470249:5fca07943117
user: he <he%NetBSD.org@localhost>
date: Tue Feb 01 23:10:54 2000 +0000
description:
Pull up revision 1.149 (via patch, requested by assar):
Move the declaration of `vnops' to a header file, for the
benefit of LKMs.
diffstat:
sys/kern/vfs_syscalls.c | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diffs (17 lines):
diff -r 368cbb52f8be -r 5fca07943117 sys/kern/vfs_syscalls.c
--- a/sys/kern/vfs_syscalls.c Tue Feb 01 22:56:44 2000 +0000
+++ b/sys/kern/vfs_syscalls.c Tue Feb 01 23:10:54 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: vfs_syscalls.c,v 1.133 1999/03/31 19:18:45 mycroft Exp $ */
+/* $NetBSD: vfs_syscalls.c,v 1.133.2.1 2000/02/01 23:10:54 he Exp $ */
/*
* Copyright (c) 1989, 1993
@@ -926,7 +926,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)
Home |
Main Index |
Thread Index |
Old Index