summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2000-03-08 22:13:24 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2000-03-08 22:13:24 +0000
commit9da93fd65da2073262c1b5085492fbed52beb3b0 (patch)
tree00de833ab66a08cc46a9e031ad5ce60373702712 /sys
parentdaf75008fbdb187d8b1cb62406e5a76564041039 (diff)
multiple inclusion protect because of pstat and socket.h needing ALIGNBYTES
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/sparc/include/param.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/sys/arch/sparc/include/param.h b/sys/arch/sparc/include/param.h
index 1fe8ded1d35..08894b43793 100644
--- a/sys/arch/sparc/include/param.h
+++ b/sys/arch/sparc/include/param.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: param.h,v 1.14 2000/02/22 19:27:59 deraadt Exp $ */
+/* $OpenBSD: param.h,v 1.15 2000/03/08 22:13:23 deraadt Exp $ */
/* $NetBSD: param.h,v 1.29 1997/03/10 22:50:37 pk Exp $ */
/*
@@ -44,6 +44,10 @@
*
* @(#)param.h 8.1 (Berkeley) 6/11/93
*/
+
+#ifndef _SPARC_PARAM_H_
+#define _SPARC_PARAM_H_
+
/*
* Sun4M support by Aaron Brown, Harvard University.
* Changes Copyright (c) 1995 The President and Fellows of Harvard College.
@@ -296,3 +300,5 @@ extern int mmumod;
# define PGOFSET pgofset
# define PGSHIFT pgshift
#endif
+
+#endif /* _SPARC_PARAM_H_ */