summaryrefslogtreecommitdiffstats
path: root/sys/sys/exec.h
diff options
context:
space:
mode:
authordg <dg@FreeBSD.org>1994-09-24 21:37:01 +0000
committerdg <dg@FreeBSD.org>1994-09-24 21:37:01 +0000
commitfb2315b514e7cdc01b255928ad1080588b11c813 (patch)
tree9c7c8b41af7860c14d28089f92f1a9d43a6b8400 /sys/sys/exec.h
parent35a3c11775776c931b00aaff61724960482b18dc (diff)
downloadFreeBSD-src-fb2315b514e7cdc01b255928ad1080588b11c813.zip
FreeBSD-src-fb2315b514e7cdc01b255928ad1080588b11c813.tar.gz
Shuffled macros and definitions around to facilitate architecture
independance.
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 10bf15f..98fbbb7 100644
--- a/sys/sys/exec.h
+++ b/sys/sys/exec.h
@@ -36,14 +36,12 @@
* SUCH DAMAGE.
*
* @(#)exec.h 8.3 (Berkeley) 1/21/94
- * $Id: exec.h,v 1.5 1994/08/19 14:24:16 davidg Exp $
+ * $Id: exec.h,v 1.6 1994/08/21 04:41:43 paul Exp $
*/
#ifndef _SYS_EXEC_H_
#define _SYS_EXEC_H_
-#include <machine/exec.h>
-
/*
* The following structure is found at the top of the user stack of each
* user process. The ps program uses it to locate argv and environment
@@ -86,4 +84,6 @@ extern int exec_extract_strings(/* struct image_params * */);
extern int exec_new_vmspace(/* struct image_params * */);
#endif
+#include <machine/exec.h>
+
#endif
OpenPOWER on IntegriCloud