You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

13 lines
238 B

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
}