summaryrefslogtreecommitdiff
path: root/lib/librthread/rthread_np.c
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2015-01-16 16:48:53 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2015-01-16 16:48:53 +0000
commit94fa34c725ef755eb123686f6cbdceb24411e401 (patch)
treeadb4e0f8373b5c035f73e06a3c6d139aba24388c /lib/librthread/rthread_np.c
parente188cfc0eef8e45aaec37715ff8af7ca7e0dafe3 (diff)
Move to the <limits.h> universe.
review by millert, binary checking process with doug, concept with guenther
Diffstat (limited to 'lib/librthread/rthread_np.c')
-rw-r--r--lib/librthread/rthread_np.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/librthread/rthread_np.c b/lib/librthread/rthread_np.c
index 9b26f567915..828aadf69ba 100644
--- a/lib/librthread/rthread_np.c
+++ b/lib/librthread/rthread_np.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: rthread_np.c,v 1.15 2014/12/08 18:15:46 tedu Exp $ */
+/* $OpenBSD: rthread_np.c,v 1.16 2015/01/16 16:48:52 deraadt Exp $ */
/*
* Copyright (c) 2004,2005 Ted Unangst <tedu@openbsd.org>
* Copyright (c) 2005 Otto Moerbeek <otto@openbsd.org>
@@ -17,7 +17,6 @@
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
-#include <sys/param.h>
#include <sys/time.h>
#include <sys/lock.h>
#include <sys/resource.h>