From 4957bf13b26a403271c9838a9b74b9f61682fa8e Mon Sep 17 00:00:00 2001 From: Alan Brault Date: Tue, 3 May 2011 09:50:15 -0400 Subject: Remove config.h from strchrnul.c; not needed Fix numerous shadow declaration bugs that could cause problems for Solaris libc Fix bad prototype using in unlink() --- compat/strchrnul.c | 1 - 1 file changed, 1 deletion(-) (limited to 'compat/strchrnul.c') diff --git a/compat/strchrnul.c b/compat/strchrnul.c index 4781281..da8898b 100644 --- a/compat/strchrnul.c +++ b/compat/strchrnul.c @@ -18,7 +18,6 @@ * along with duser. If not, see . **/ -#include #include #include "strchrnul.h" -- cgit