summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>1996-05-06 11:31:26 +0000
committerderaadt <deraadt@openbsd.org>1996-05-06 11:31:26 +0000
commit71d57a611bcf285ac419ae341d6dadf9c2e31bcd (patch)
tree4277d29712fba0dffceb1b999b279ddcde79b4da
parentdefn cdev_scanner_init() (diff)
downloadwireguard-openbsd-71d57a611bcf285ac419ae341d6dadf9c2e31bcd.tar.xz
wireguard-openbsd-71d57a611bcf285ac419ae341d6dadf9c2e31bcd.zip
proto cpu_exec_aout_prep_oldzmagic()
-rw-r--r--sys/sys/exec_aout.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/sys/sys/exec_aout.h b/sys/sys/exec_aout.h
index e98dd8b5c92..698bc44f73e 100644
--- a/sys/sys/exec_aout.h
+++ b/sys/sys/exec_aout.h
@@ -1,5 +1,5 @@
-/* $OpenBSD: exec_aout.h,v 1.2 1996/03/03 12:11:41 niklas Exp $ */
-/* $NetBSD: exec_aout.h,v 1.13 1996/02/09 18:25:10 christos Exp $ */
+/* $OpenBSD: exec_aout.h,v 1.3 1996/05/06 11:31:26 deraadt Exp $ */
+/* $NetBSD: exec_aout.h,v 1.14 1996/05/03 20:04:14 christos Exp $ */
/*
* Copyright (c) 1993, 1994 Christopher G. Demetriou
@@ -184,6 +184,7 @@ int exec_aout_setup_stack __P((struct proc *, struct exec_package *));
/*
* MD portion
*/
-int cpu_exec_aout_makecmds __P((struct proc *, struct exec_package *));
+int cpu_exec_aout_makecmds __P((struct proc *, struct exec_package *));
+int cpu_exec_aout_prep_oldzmagic __P((struct proc *, struct exec_package *));
#endif /* _KERNEL */