]> granicus.if.org Git - sudo/commitdiff
Should not need sys/param.h here.
authorTodd C. Miller <Todd.Miller@courtesan.com>
Wed, 14 Jan 2015 17:55:42 +0000 (10:55 -0700)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Wed, 14 Jan 2015 17:55:42 +0000 (10:55 -0700)
lib/util/inet_ntop.c
lib/util/inet_pton.c

index ebf87b3c47ea2295de4c9d30c0e9c7e198d77411..f9072c58feb3d5270d18c86a2a53e8cbbaec7fd1 100644 (file)
@@ -20,7 +20,6 @@
 
 #if !defined(HAVE_INET_NTOP)
 
-#include <sys/param.h>
 #include <sys/types.h>
 #include <sys/socket.h>
 #include <netinet/in.h>
index 2023841f8557e8a05e4489021e58952ce9505641..62582c39474accc428635e357b3301d99df364e6 100644 (file)
@@ -20,7 +20,6 @@
 
 #if !defined(HAVE_INET_PTON)
 
-#include <sys/param.h>
 #include <sys/types.h>
 #include <sys/socket.h>
 #include <netinet/in.h>