From 776eef49d8e13b227d25e5d56d4c379b89c4aacb Mon Sep 17 00:00:00 2001 From: deraadt Date: Fri, 16 Jan 2015 06:40:13 +0000 Subject: [PATCH] Replace with and other less dirty headers where possible. Annotate lines with their current reasons. Switch to PATH_MAX, NGROUPS_MAX, HOST_NAME_MAX+1, LOGIN_NAME_MAX, etc. Change MIN() and MAX() to local definitions of MINIMUM() and MAXIMUM() where sensible to avoid pulling in the pollution. These are the files confirmed through binary verification. ok guenther, millert, doug (helped with the verification protocol) --- procname.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/procname.c b/procname.c index 7ee076e7..97a78d71 100644 --- a/procname.c +++ b/procname.c @@ -16,7 +16,8 @@ * OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -#include +#include /* MAXCOMLEN */ +#include #include #include #include