projects
/
sudo
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6bd40c6
)
Don't appear to need sys/param.h for pstat_getproc() on HP-UX even
author
Todd C. Miller
<Todd.Miller@courtesan.com>
Wed, 14 Jan 2015 17:58:32 +0000
(10:58 -0700)
committer
Todd 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
patch
|
blob
|
history
diff --git
a/lib/util/closefrom.c
b/lib/util/closefrom.c
index 7990354f91d7ddfa945559fce862f2878615ae9c..625c48eb337667004794c02f33e791506c6d5079 100644
(file)
--- a/
lib/util/closefrom.c
+++ b/
lib/util/closefrom.c
@@
-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