summaryrefslogtreecommitdiffstats
path: root/sys/alpha/include
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/alpha/include
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/alpha/include')
-rw-r--r--sys/alpha/include/exec.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/alpha/include/exec.h b/sys/alpha/include/exec.h
index 2a8ba45..e3aa1fe 100644
--- a/sys/alpha/include/exec.h
+++ b/sys/alpha/include/exec.h
@@ -32,4 +32,9 @@
* $FreeBSD$
*/
-#define __LDPGSZ 8192
+#ifndef _MACHINE_EXEC_H_
+#define _MACHINE_EXEC_H_
+
+#define __LDPGSZ 8192
+
+#endif /* !_MACHINE_EXEC_H_ */
OpenPOWER on IntegriCloud