summaryrefslogtreecommitdiff
path: root/sys/arch/mac68k
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1997-07-24 14:48:58 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1997-07-24 14:48:58 +0000
commit70a5596c7f5b8f2f867f57a8d7903f77cf6f9dcb (patch)
treefb463e5c6d3198ff6a7c2fae0ce5f9602e2b2f17 /sys/arch/mac68k
parentb6f6caabab0ed7537acc1845c3753048492c846b (diff)
multiple inclusion protection; brenner@umr.edu
Diffstat (limited to 'sys/arch/mac68k')
-rw-r--r--sys/arch/mac68k/include/limits.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/arch/mac68k/include/limits.h b/sys/arch/mac68k/include/limits.h
index 9571ea73782..a679799208a 100644
--- a/sys/arch/mac68k/include/limits.h
+++ b/sys/arch/mac68k/include/limits.h
@@ -1,4 +1,9 @@
-/* $OpenBSD: limits.h,v 1.2 1996/05/26 18:35:55 briggs Exp $ */
+/* $OpenBSD: limits.h,v 1.3 1997/07/24 14:48:49 deraadt Exp $ */
/* $NetBSD: limits.h,v 1.6 1994/10/26 08:46:34 cgd Exp $ */
+#ifndef _MACHINE_LIMITS_H_
+#define _MACHINE_LIMITS_H_
+
#include <m68k/limits.h>
+
+#endif /* _MACHINE_LIMITS_H_ */