summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorMarc Espie <espie@cvs.openbsd.org>2002-04-24 22:32:58 +0000
committerMarc Espie <espie@cvs.openbsd.org>2002-04-24 22:32:58 +0000
commit6b1a0641c6359af6c897715d9508d6bd6638aa54 (patch)
treed0b36a0f6adc83317f372b30288d483e9ee4c6bb /sys
parent86440534eabc6ed0f28049a67593d5258c6676fd (diff)
revert, sys/param.h will need fixing first.
Diffstat (limited to 'sys')
-rw-r--r--sys/sys/limits.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/sys/sys/limits.h b/sys/sys/limits.h
index 5809f66fe56..826a782651a 100644
--- a/sys/sys/limits.h
+++ b/sys/sys/limits.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: limits.h,v 1.2 2002/04/24 21:57:09 espie Exp $ */
+/* $OpenBSD: limits.h,v 1.3 2002/04/24 22:32:57 espie Exp $ */
/*
* Copyright (c) 2002 Marc Espie.
*
@@ -26,11 +26,6 @@
#ifndef _SYS_LIMITS_H_
#define _SYS_LIMITS_H_
-/* Protect against direct inclusion from userland. */
-#if !defined(_KERNEL) && !defined(_LIMITS_H_)
-# error "<sys/limits.h> is not meant to be used directly from userland"
-#endif
-
/* Common definitions for limits.h. */
/*