blob: a679799208a6594913da9c6cc2bbc717d83864ce (
plain)
1
2
3
4
5
6
7
8
9
|
/* $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_ */
|