diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-07-24 14:48:58 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-07-24 14:48:58 +0000 |
commit | 70a5596c7f5b8f2f867f57a8d7903f77cf6f9dcb (patch) | |
tree | fb463e5c6d3198ff6a7c2fae0ce5f9602e2b2f17 /sys/arch/hp300/include/limits.h | |
parent | b6f6caabab0ed7537acc1845c3753048492c846b (diff) |
multiple inclusion protection; brenner@umr.edu
Diffstat (limited to 'sys/arch/hp300/include/limits.h')
-rw-r--r-- | sys/arch/hp300/include/limits.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/arch/hp300/include/limits.h b/sys/arch/hp300/include/limits.h index 1ed49de2d47..0ee861ad0fe 100644 --- a/sys/arch/hp300/include/limits.h +++ b/sys/arch/hp300/include/limits.h @@ -1,5 +1,10 @@ -/* $OpenBSD: limits.h,v 1.2 1997/01/12 15:13:37 downsj Exp $ */ +/* $OpenBSD: limits.h,v 1.3 1997/07/24 14:48:48 deraadt Exp $ */ /* $NetBSD: limits.h,v 1.7 1994/10/26 07:26:27 cgd Exp $ */ +#ifndef _MACHINE_LIMITS_H_ +#define _MACHINE_LIMITS_H_ + /* Just use the common m68k definition */ #include <m68k/limits.h> + +#endif /* _MACHINE_LIMITS_H_ */ |