summaryrefslogtreecommitdiffstats
path: root/sys/i386/include/exec.h
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2005-02-19 21:16:48 +0000
committerru <ru@FreeBSD.org>2005-02-19 21:16:48 +0000
commit6cc69260668d9cecb62e8361dacbd3feb43ca27e (patch)
tree39fbb5c400b3467e7bb036e9990076e5d6c836d8 /sys/i386/include/exec.h
parent114920039678b55d21ce28ae473bb7c1908e79f5 (diff)
downloadFreeBSD-src-6cc69260668d9cecb62e8361dacbd3feb43ca27e.zip
FreeBSD-src-6cc69260668d9cecb62e8361dacbd3feb43ca27e.tar.gz
Use a common multi-inclusion protection, and add such a
protection to alpha/include/exec.h.
Diffstat (limited to 'sys/i386/include/exec.h')
-rw-r--r--sys/i386/include/exec.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/i386/include/exec.h b/sys/i386/include/exec.h
index 4a89552..8d07887 100644
--- a/sys/i386/include/exec.h
+++ b/sys/i386/include/exec.h
@@ -30,9 +30,9 @@
* $FreeBSD$
*/
-#ifndef _EXEC_H_
-#define _EXEC_H_
+#ifndef _MACHINE_EXEC_H_
+#define _MACHINE_EXEC_H_
-#define __LDPGSZ 4096
+#define __LDPGSZ 4096
-#endif /* !_EXEC_H_ */
+#endif /* !_MACHINE_EXEC_H_ */
OpenPOWER on IntegriCloud