summaryrefslogtreecommitdiffstats
path: root/sys/sys/exec.h
diff options
context:
space:
mode:
authordg <dg@FreeBSD.org>1994-08-19 14:24:16 +0000
committerdg <dg@FreeBSD.org>1994-08-19 14:24:16 +0000
commitf3df44cf6445d65f556b815d5ca7427671bb24a8 (patch)
tree52708d29a51bbd4a1ee9406cf407ac65d12f36a1 /sys/sys/exec.h
parente8756dc097c89003f3c2755aa6fd30df4f4984f7 (diff)
downloadFreeBSD-src-f3df44cf6445d65f556b815d5ca7427671bb24a8.zip
FreeBSD-src-f3df44cf6445d65f556b815d5ca7427671bb24a8.tar.gz
Hmmm...my workaround for Garrett's new exec prototypes wasn't sufficient.
I guess we'll have to not specify what the args to the exec functions are.
Diffstat (limited to 'sys/sys/exec.h')
-rw-r--r--sys/sys/exec.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/sys/exec.h b/sys/sys/exec.h
index f9e9555..aceb5c0 100644
--- a/sys/sys/exec.h
+++ b/sys/sys/exec.h
@@ -36,7 +36,7 @@
* SUCH DAMAGE.
*
* @(#)exec.h 8.3 (Berkeley) 1/21/94
- * $Id: exec.h,v 1.3 1994/08/02 07:52:55 davidg Exp $
+ * $Id: exec.h,v 1.4 1994/08/19 11:45:28 davidg Exp $
*/
#include <machine/exec.h>
@@ -79,7 +79,7 @@ struct execsw {
#ifdef KERNEL
extern const struct execsw **execsw;
-extern int exec_extract_strings(void * /* struct image_params * */);
-extern int exec_new_vmspace(void * /* struct image_params * */);
+extern int exec_extract_strings(/* struct image_params * */);
+extern int exec_new_vmspace(/* struct image_params * */);
#endif
OpenPOWER on IntegriCloud