summaryrefslogtreecommitdiff
path: root/src/lib/libc/net/herror.c
diff options
context:
space:
mode:
authorderaadt <>2015-01-16 16:48:51 +0000
committerderaadt <>2015-01-16 16:48:51 +0000
commit1e4765ffa2cc484d6fa2c51e54ba927cbae67f13 (patch)
tree2f04e8a0f019b4b73805acf11a1e5138c9b9f37f /src/lib/libc/net/herror.c
parentd23934efb8e7adaa63d4eb5752505a40e4b1f285 (diff)
downloadopenbsd-1e4765ffa2cc484d6fa2c51e54ba927cbae67f13.tar.gz
openbsd-1e4765ffa2cc484d6fa2c51e54ba927cbae67f13.tar.bz2
openbsd-1e4765ffa2cc484d6fa2c51e54ba927cbae67f13.zip
Move to the <limits.h> universe.
review by millert, binary checking process with doug, concept with guenther
Diffstat (limited to 'src/lib/libc/net/herror.c')
-rw-r--r--src/lib/libc/net/herror.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/libc/net/herror.c b/src/lib/libc/net/herror.c
index 7787115a9d..8dee0cc382 100644
--- a/src/lib/libc/net/herror.c
+++ b/src/lib/libc/net/herror.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: herror.c,v 1.8 2005/08/06 20:30:03 espie Exp $ */ 1/* $OpenBSD: herror.c,v 1.9 2015/01/16 16:48:51 deraadt Exp $ */
2 2
3/* 3/*
4 * ++Copyright++ 1987, 1993 4 * ++Copyright++ 1987, 1993
@@ -52,7 +52,6 @@
52 */ 52 */
53 53
54#include <sys/types.h> 54#include <sys/types.h>
55#include <sys/param.h>
56#include <sys/uio.h> 55#include <sys/uio.h>
57#include <netdb.h> 56#include <netdb.h>
58#include <unistd.h> 57#include <unistd.h>