Don't appear to need sys/param.h for pstat_getproc() on HP-UX even
authorTodd C. Miller <Todd.Miller@courtesan.com>
Wed, 14 Jan 2015 17:58:32 +0000 (10:58 -0700)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Wed, 14 Jan 2015 17:58:32 +0000 (10:58 -0700)
though the man page lists it.

lib/util/closefrom.c

index 7990354f91d7ddfa945559fce862f2878615ae9c..625c48eb337667004794c02f33e791506c6d5079 100644 (file)
@@ -33,7 +33,6 @@
 #include <fcntl.h>
 #include <limits.h>
 #ifdef HAVE_PSTAT_GETPROC
-# include <sys/param.h>
 # include <sys/pstat.h>
 #else
 # ifdef HAVE_DIRENT_H