svn rev #3283: trunk/gssftp/ftp/

ghudson@MIT.EDU ghudson at MIT.EDU
Fri Nov 20 10:29:22 EST 2009


Commit By: ghudson
Log Message:
Handle platforms where INADDR_NONE is not defined.


Changed Files:
U   trunk/gssftp/ftp/ftp.c
Modified: trunk/gssftp/ftp/ftp.c
===================================================================
--- trunk/gssftp/ftp/ftp.c	2009-11-20 15:29:01 UTC (rev 3282)
+++ trunk/gssftp/ftp/ftp.c	2009-11-20 15:29:22 UTC (rev 3283)
@@ -123,6 +123,9 @@
 #ifndef L_INCR
 #define L_INCR 1
 #endif
+#ifndef INADDR_NONE
+#define INADDR_NONE 0xffffffff
+#endif
 
 #include <k5-platform.h>
 




More information about the Krb5-appl-commits mailing list