blob: c7bc30f1d9fb53a54e0f67a2fb169be1ddb22428 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
--- dns.c.orig Mon Oct 9 16:11:26 2006
+++ dns.c Mon Oct 9 16:11:46 2006
@@ -48,11 +48,13 @@
#include "dns.h"
#include "net.h"
+/*
#ifdef NO_STRERROR
extern int sys_nerr;
extern char *sys_errlist[];
#define strerror(errno) (((errno) >= 0 && (errno) < sys_nerr) ? sys_errlist[errno] : "unlisted error")
#endif
+*/
/* Hmm, it seems Irix requires this */
extern int errno;
|