summaryrefslogtreecommitdiff
path: root/sys/kern/kern_exec.c
diff options
context:
space:
mode:
authorassar <assar@cvs.openbsd.org>2000-02-01 04:03:15 +0000
committerassar <assar@cvs.openbsd.org>2000-02-01 04:03:15 +0000
commit97e9f8613f259514f29dbbb598f1efd17e07d885 (patch)
treee5f0d871642155fc06d4761c95bc2fe1ab5a6cb5 /sys/kern/kern_exec.c
parent25f743a40b7db1a82fef13fc339c6c000ad7dc61 (diff)
remove superflous declaration of vnops, it's now in <sys/file.h>
Diffstat (limited to 'sys/kern/kern_exec.c')
-rw-r--r--sys/kern/kern_exec.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/kern/kern_exec.c b/sys/kern/kern_exec.c
index a3e3e679bde..ae5a6017794 100644
--- a/sys/kern/kern_exec.c
+++ b/sys/kern/kern_exec.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: kern_exec.c,v 1.38 2000/01/24 22:44:58 mickey Exp $ */
+/* $OpenBSD: kern_exec.c,v 1.39 2000/02/01 04:03:14 assar Exp $ */
/* $NetBSD: kern_exec.c,v 1.75 1996/02/09 18:59:28 christos Exp $ */
/*-
@@ -539,7 +539,6 @@ sys_execve(p, v, retval)
*/
if (fp == NULL) {
short flags = FREAD | (i == 0 ? 0 : FWRITE);
- extern struct fileops vnops;
struct nameidata nd;
int indx;