blob: 102dbf0e3c5f33fe1bce78748f9993c11a888865 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
diff -urN krb4-1.2.2.old/lib/roken/getipnodebyname.c
krb4-1.2.2/lib/roken/getipnodebyname.c
--- krb4-1.2.2.old/lib/roken/getipnodebyname.c 1999-12-02 13:58:46.000000000 -0300
+++ krb4-1.2.2/lib/roken/getipnodebyname.c 2003-07-09 17:27:23.000000000 -0300
@@ -39,7 +39,8 @@
#include "roken.h"
#ifndef HAVE_H_ERRNO
-static int h_errno = NO_RECOVERY;
+//static int h_errno = NO_RECOVERY;
+#include <errno.h>
#endif
/*
|