summaryrefslogtreecommitdiff
path: root/lib/libc/sys
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/libc/sys
parente188cfc0eef8e45aaec37715ff8af7ca7e0dafe3 (diff)
Move to the <limits.h> universe.
review by millert, binary checking process with doug, concept with guenther
Diffstat (limited to 'lib/libc/sys')
-rw-r--r--lib/libc/sys/stack_protector.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libc/sys/stack_protector.c b/lib/libc/sys/stack_protector.c
index 5cdb06d282a..0e757841dc9 100644
--- a/lib/libc/sys/stack_protector.c
+++ b/lib/libc/sys/stack_protector.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: stack_protector.c,v 1.15 2013/12/28 18:42:42 deraadt Exp $ */
+/* $OpenBSD: stack_protector.c,v 1.16 2015/01/16 16:48:51 deraadt Exp $ */
/*
* Copyright (c) 2002 Hiroaki Etoh, Federico G. Schwindt, and Miodrag Vallat.
@@ -27,7 +27,6 @@
*
*/
-#include <sys/param.h>
#include <signal.h>
#include <string.h>
#include <syslog.h>