[BACK]Return to limits.h CVS log [TXT][DIR] Up to [local] / sys / arch / hp300 / include

Annotation of sys/arch/hp300/include/limits.h, Revision 1.1.1.1

1.1       nbrk        1: /*     $OpenBSD: limits.h,v 1.3 1997/07/24 14:48:48 deraadt Exp $      */
                      2: /*     $NetBSD: limits.h,v 1.7 1994/10/26 07:26:27 cgd Exp $   */
                      3:
                      4: #ifndef _MACHINE_LIMITS_H_
                      5: #define _MACHINE_LIMITS_H_
                      6:
                      7: /* Just use the common m68k definition */
                      8: #include <m68k/limits.h>
                      9:
                     10: #endif /* _MACHINE_LIMITS_H_ */

CVSweb