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.
12 lines
350 B
12 lines
350 B
Index: src/gt_gnutella.h |
|
--- src/gt_gnutella.h.orig 2005-01-05 21:20:43.000000000 +0100 |
|
+++ src/gt_gnutella.h 2005-02-18 13:32:35.476448938 +0100 |
|
@@ -111,4 +111,8 @@ |
|
|
|
/*****************************************************************************/ |
|
|
|
+#ifndef INADDR_NONE |
|
+#define INADDR_NONE 0xffffffffUL |
|
+#endif |
|
+ |
|
#endif /* GIFT_GT_GNUTELLA_H_ */
|
|
|