Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/kern (exec_script_makecmds): remove declaration of vnops...
details: https://anonhg.NetBSD.org/src/rev/f73d88a766c6
branches: trunk
changeset: 481497:f73d88a766c6
user: assar <assar%NetBSD.org@localhost>
date: Tue Feb 01 01:23:29 2000 +0000
description:
(exec_script_makecmds): remove declaration of vnops, now in
<sys/file.h>
diffstat:
sys/kern/exec_script.c | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diffs (17 lines):
diff -r 08238066ba9d -r f73d88a766c6 sys/kern/exec_script.c
--- a/sys/kern/exec_script.c Tue Feb 01 01:22:45 2000 +0000
+++ b/sys/kern/exec_script.c Tue Feb 01 01:23:29 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: exec_script.c,v 1.22 1999/05/07 17:38:41 tv Exp $ */
+/* $NetBSD: exec_script.c,v 1.23 2000/02/01 01:23:29 assar Exp $ */
/*
* Copyright (c) 1993, 1994, 1996 Christopher G. Demetriou
@@ -172,7 +172,6 @@
#endif
) {
struct file *fp;
- extern struct fileops vnops;
#if defined(DIAGNOSTIC) && defined(FDSCRIPTS)
if (epp->ep_flags & EXEC_HASFD)
Home |
Main Index |
Thread Index |
Old Index