Don't need config.h or "#ifndef HAVE_STRERROR" wrapper.

This commit is contained in:
Todd C. Miller
2001-12-08 19:42:32 +00:00
parent fb66a33153
commit 028a55fb23

View File

@@ -35,10 +35,6 @@
#include <stdio.h> #include <stdio.h>
#include <errno.h> #include <errno.h>
#include "config.h"
#ifndef HAVE_STRERROR
#ifndef lint #ifndef lint
static const char rcsid[] = "$Sudo$"; static const char rcsid[] = "$Sudo$";
#endif /* lint */ #endif /* lint */
@@ -58,5 +54,3 @@ strerror(n)
else else
return("Unknown error"); return("Unknown error");
} }
#endif /* HAVE_STRERROR */