Don't need config.h or "#ifndef HAVE_STRERROR" wrapper.
This commit is contained in:
@@ -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 */
|
|
||||||
|
Reference in New Issue
Block a user