diff options
author | Alan Brault <alan.brault@incruentatus.net> | 2011-05-03 09:50:15 -0400 |
---|---|---|
committer | Alan Brault <alan.brault@incruentatus.net> | 2011-05-03 09:50:15 -0400 |
commit | 4957bf13b26a403271c9838a9b74b9f61682fa8e (patch) | |
tree | 942d28cad437dd20bf29cb60ad58ad4949b87c96 /compat/strchrnul.c | |
parent | b608b55786a8cecf626d7c489496ac402098b198 (diff) | |
download | duser-4957bf13b26a403271c9838a9b74b9f61682fa8e.tar.gz |
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()
Diffstat (limited to 'compat/strchrnul.c')
-rw-r--r-- | compat/strchrnul.c | 1 |
1 files changed, 0 insertions, 1 deletions
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 <http://www.gnu.org/licenses/>. **/ -#include <config.h> #include <string.h> #include "strchrnul.h" |