corrections to rx-send-error-code-propagation-
20050915 for bsd
* 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"
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;
}
if (!msg)
msg = "Unknown AFS panic";
- dpf(msg, a1, a2, a3));
+ dpf((msg, a1, a2, a3));
#ifdef AFS_LINUX24_ENV
BUG();
#else