From fbba9553640a785bc449672d60870a6fcd043436 Mon Sep 17 00:00:00 2001 From: Jeffrey Altman Date: Wed, 21 Sep 2005 01:33:42 +0000 Subject: [PATCH 1/1] rx-send-error-code-propagation-20050916 corrections to rx-send-error-code-propagation-20050915 for bsd --- src/rx/rx_getaddr.c | 5 +++-- src/rx/rx_kcommon.c | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/rx/rx_getaddr.c b/src/rx/rx_getaddr.c index bf67a62..2c9c9ec 100644 --- a/src/rx/rx_getaddr.c +++ b/src/rx/rx_getaddr.c @@ -33,7 +33,8 @@ RCSID * the pthreads for solaris requires the socket call to be mapped. */ #include "rx.h" -#endif +#include "rx_globals.h" +#endif /* AFS_NT40_ENV */ #else /* KERNEL */ #ifdef UKERNEL #include "rx/rx_kcommon.h" @@ -462,7 +463,7 @@ rxi_getAllAddrMaskMtu(afs_int32 addrBuffer[], afs_int32 maskBuffer[], continue; /* skip loopback address as well. */ if (count >= maxSize) { /* no more space */ - dpf("Too many interfaces..ignoring 0x%x\n", + dpf(("Too many interfaces..ignoring 0x%x\n", a->sin_addr.s_addr)); continue; } diff --git a/src/rx/rx_kcommon.c b/src/rx/rx_kcommon.c index 9120442..66f5691 100644 --- a/src/rx/rx_kcommon.c +++ b/src/rx/rx_kcommon.c @@ -126,7 +126,7 @@ osi_Panic(msg, a1, a2, a3) if (!msg) msg = "Unknown AFS panic"; - dpf(msg, a1, a2, a3)); + dpf((msg, a1, a2, a3)); #ifdef AFS_LINUX24_ENV BUG(); #else -- 1.9.4