We dont use memchr() anywhere
authorPanu Matilainen <pmatilai@redhat.com>
Wed, 23 Dec 2009 10:47:59 +0000 (12:47 +0200)
committerPanu Matilainen <pmatilai@redhat.com>
Wed, 23 Dec 2009 10:47:59 +0000 (12:47 +0200)
system.h

index 15c7eed..e9ba13a 100644 (file)
--- a/system.h
+++ b/system.h
@@ -74,7 +74,6 @@ extern char ** environ;
 # include <string.h>
 #else
 # include <strings.h>
-char *memchr ();
 #endif
 
 #if !defined(HAVE_STPCPY)