aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/exec.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/sys/exec.h')
-rw-r--r--sys/sys/exec.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/sys/exec.h b/sys/sys/exec.h
index aceb5c0e4883..10bf15fa4db3 100644
--- a/sys/sys/exec.h
+++ b/sys/sys/exec.h
@@ -36,9 +36,12 @@
* SUCH DAMAGE.
*
* @(#)exec.h 8.3 (Berkeley) 1/21/94
- * $Id: exec.h,v 1.4 1994/08/19 11:45:28 davidg Exp $
+ * $Id: exec.h,v 1.5 1994/08/19 14:24:16 davidg Exp $
*/
+#ifndef _SYS_EXEC_H_
+#define _SYS_EXEC_H_
+
#include <machine/exec.h>
/*
@@ -83,3 +86,4 @@ extern int exec_extract_strings(/* struct image_params * */);
extern int exec_new_vmspace(/* struct image_params * */);
#endif
+#endif