summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_exec.c
diff options
context:
space:
mode:
authorassar <assar@openbsd.org>2000-02-01 04:03:14 +0000
committerassar <assar@openbsd.org>2000-02-01 04:03:14 +0000
commit9568352890c20a158994a6fc668dd771ddb2f248 (patch)
tree6a9a6fa42141a70d7c43d2e59fdae99590392252 /sys/kern/kern_exec.c
parentadd declaration of `vnops' (diff)
downloadwireguard-openbsd-9568352890c20a158994a6fc668dd771ddb2f248.tar.xz
wireguard-openbsd-9568352890c20a158994a6fc668dd771ddb2f248.zip
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;