summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorespie <espie@openbsd.org>2002-04-24 22:32:57 +0000
committerespie <espie@openbsd.org>2002-04-24 22:32:57 +0000
commit47eb18d7a469b3e9d2eea203807cdd6b0e577338 (patch)
treee704e0ae6e06439dfc15350bafa7150ac45c508e
parentzap /usr/include/g++/gen, it's ancient. (diff)
downloadwireguard-openbsd-47eb18d7a469b3e9d2eea203807cdd6b0e577338.tar.xz
wireguard-openbsd-47eb18d7a469b3e9d2eea203807cdd6b0e577338.zip
revert, sys/param.h will need fixing first.
-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. */
/*