summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
Diffstat (limited to 'sys')
-rw-r--r--sys/netipx/spx_debug.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/netipx/spx_debug.c b/sys/netipx/spx_debug.c
index 60edfc8b629..94ce45ef9af 100644
--- a/sys/netipx/spx_debug.c
+++ b/sys/netipx/spx_debug.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: spx_debug.c,v 1.4 2000/01/13 04:55:15 fgsch Exp $ */
+/* $OpenBSD: spx_debug.c,v 1.5 2000/01/15 17:43:48 fgsch Exp $ */
/*-
*
@@ -68,6 +68,7 @@
#include <netipx/spx_debug.h>
int spxconsdebug = 0;
+
/*
* spx debug routines
*/
@@ -79,7 +80,6 @@ spx_trace(act, ostate, sp, si, req)
struct spx *si;
int req;
{
-#ifdef IPX
#ifdef SPXDEBUG
u_short seq, ack, len, alo;
int flags;
@@ -172,5 +172,4 @@ spx_trace(act, ostate, sp, si, req)
printf("\t"); p3(rack);p3(ralo);p3(smax);p3(flags); printf("\n");
#endif
#endif
-#endif
}