svn rev #25011: trunk/src/slave/

raeburn@MIT.EDU raeburn at MIT.EDU
Thu Jun 30 23:26:58 EDT 2011


http://src.mit.edu/fisheye/changelog/krb5/?cs=25011
Commit By: raeburn
Log Message:
Always include fake-addrinfo.h when using getaddrinfo and friends.


Changed Files:
U   trunk/src/slave/kprop.c
U   trunk/src/slave/kpropd.c
Modified: trunk/src/slave/kprop.c
===================================================================
--- trunk/src/slave/kprop.c	2011-07-01 03:26:53 UTC (rev 25010)
+++ trunk/src/slave/kprop.c	2011-07-01 03:26:58 UTC (rev 25011)
@@ -41,6 +41,7 @@
 
 #include "k5-int.h"
 #include "com_err.h"
+#include "fake-addrinfo.h"
 #include "kprop.h"
 
 #ifndef GETSOCKNAME_ARG3_TYPE

Modified: trunk/src/slave/kpropd.c
===================================================================
--- trunk/src/slave/kpropd.c	2011-07-01 03:26:53 UTC (rev 25010)
+++ trunk/src/slave/kpropd.c	2011-07-01 03:26:58 UTC (rev 25011)
@@ -79,6 +79,7 @@
 
 #include "k5-int.h"
 #include "com_err.h"
+#include "fake-addrinfo.h"
 #include <errno.h>
 
 #include "kprop.h"




More information about the cvs-krb5 mailing list