summaryrefslogtreecommitdiff
path: root/sys/sys/param.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/sys/param.h')
-rw-r--r--sys/sys/param.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/sys/param.h b/sys/sys/param.h
index f2afd159d46f..8eafd167cad7 100644
--- a/sys/sys/param.h
+++ b/sys/sys/param.h
@@ -36,7 +36,7 @@
* SUCH DAMAGE.
*
* @(#)param.h 8.2 (Berkeley) 1/21/94
- * $Id: param.h,v 1.8 1995/05/14 03:00:05 davidg Exp $
+ * $Id: param.h,v 1.9 1995/10/06 09:56:26 phk Exp $
*/
#ifndef _SYS_PARAM_H_
@@ -82,6 +82,9 @@
#include <sys/ucred.h>
#include <sys/uio.h>
#include <sys/rtprio.h>
+
+#define FALSE 0
+#define TRUE 1
#endif
/* Signals. */