diff options
author | 2002-10-06 22:40:19 +0000 | |
---|---|---|
committer | 2002-10-06 22:40:19 +0000 | |
commit | 0f395c4903bbf25dda918d9dda93017541a0322d (patch) | |
tree | 9715ce76d1885b4375727b1a8fb33e6b9af42cbe | |
parent | Move out the execution of vmcmds into a separate function. (diff) | |
download | wireguard-openbsd-0f395c4903bbf25dda918d9dda93017541a0322d.tar.xz wireguard-openbsd-0f395c4903bbf25dda918d9dda93017541a0322d.zip |
unused prototype.
-rw-r--r-- | sys/sys/exec.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/sys/exec.h b/sys/sys/exec.h index 76e134c4fc4..3dad1d37df0 100644 --- a/sys/sys/exec.h +++ b/sys/sys/exec.h @@ -1,4 +1,4 @@ -/* $OpenBSD: exec.h,v 1.18 2002/10/06 22:39:25 art Exp $ */ +/* $OpenBSD: exec.h,v 1.19 2002/10/06 22:40:19 art Exp $ */ /* $NetBSD: exec.h,v 1.59 1996/02/09 18:25:09 christos Exp $ */ /*- @@ -176,7 +176,6 @@ struct exec_package { * funtions used either by execve() or the various cpu-dependent execve() * hooks. */ -void kill_vmcmd(struct exec_vmcmd **); int exec_makecmds(struct proc *, struct exec_package *); int exec_runcmds(struct proc *, struct exec_package *); void vmcmdset_extend(struct exec_vmcmd_set *); |