2 changed files with 16 additions and 1 deletions
@ -0,0 +1,13 @@
|
||||
Index: fping.c
|
||||
--- fping.c.orig 2001-07-20 19:10:26 +0200
|
||||
+++ fping.c 2006-10-03 09:35:26 +0200
|
||||
@@ -118,7 +118,9 @@
|
||||
|
||||
extern char *optarg;
|
||||
extern int optind,opterr;
|
||||
+#ifndef h_errno
|
||||
extern int h_errno;
|
||||
+#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
Loading…
Reference in new issue