diff options
Diffstat (limited to 'lib/libc/net/herror.c')
-rw-r--r-- | lib/libc/net/herror.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libc/net/herror.c b/lib/libc/net/herror.c index 7787115a9da..8dee0cc382e 100644 --- a/lib/libc/net/herror.c +++ b/lib/libc/net/herror.c @@ -1,4 +1,4 @@ -/* $OpenBSD: herror.c,v 1.8 2005/08/06 20:30:03 espie Exp $ */ +/* $OpenBSD: herror.c,v 1.9 2015/01/16 16:48:51 deraadt Exp $ */ /* * ++Copyright++ 1987, 1993 @@ -52,7 +52,6 @@ */ #include <sys/types.h> -#include <sys/param.h> #include <sys/uio.h> #include <netdb.h> #include <unistd.h> |