diff options
author | 2000-02-01 04:03:14 +0000 | |
---|---|---|
committer | 2000-02-01 04:03:14 +0000 | |
commit | 9568352890c20a158994a6fc668dd771ddb2f248 (patch) | |
tree | 6a9a6fa42141a70d7c43d2e59fdae99590392252 /sys/kern/exec_script.c | |
parent | add declaration of `vnops' (diff) | |
download | wireguard-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/exec_script.c')
-rw-r--r-- | sys/kern/exec_script.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/kern/exec_script.c b/sys/kern/exec_script.c index 7c27c632eaa..5dd95822722 100644 --- a/sys/kern/exec_script.c +++ b/sys/kern/exec_script.c @@ -1,4 +1,4 @@ -/* $OpenBSD: exec_script.c,v 1.9 1999/10/18 17:07:11 deraadt Exp $ */ +/* $OpenBSD: exec_script.c,v 1.10 2000/02/01 04:03:14 assar Exp $ */ /* $NetBSD: exec_script.c,v 1.13 1996/02/04 02:15:06 christos Exp $ */ /* @@ -166,7 +166,6 @@ check_shell: #endif ) { struct file *fp; - extern struct fileops vnops; #if defined(DIAGNOSTIC) && defined(FDSCRIPTS) if (epp->ep_flags & EXEC_HASFD) |