diff options
author | Artur Grabowski <art@cvs.openbsd.org> | 2002-10-06 22:40:20 +0000 |
---|---|---|
committer | Artur Grabowski <art@cvs.openbsd.org> | 2002-10-06 22:40:20 +0000 |
commit | bb28c1cc5bccba31a1e92e390edcc8add60875f9 (patch) | |
tree | 38210ebc8b23cf457cd503396b24d3019213ea3b | |
parent | 44b633232be6963a2c75e1d9716f0037d16c3e1c (diff) |
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 *); |