* Remove sbr/strerror.c -- strerror(3) is defined in C89.
[mmh] / h / prototypes.h
index d53d663..de57cb8 100644 (file)
@@ -140,10 +140,6 @@ int vsnprintf (char *, size_t, const char *, va_list);
 int strcasecmp (const char *s1, const char *s2);
 int strncasecmp (const char *s1, const char *s2, size_t n);
 
 int strcasecmp (const char *s1, const char *s2);
 int strncasecmp (const char *s1, const char *s2, size_t n);
 
-#ifndef HAVE_STRERROR
-char *strerror (int);
-#endif
-
 
 /*
  * some prototypes for address parsing system
 
 /*
  * some prototypes for address parsing system