summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorFederico G. Schwindt <fgsch@cvs.openbsd.org>2000-01-15 17:43:49 +0000
committerFederico G. Schwindt <fgsch@cvs.openbsd.org>2000-01-15 17:43:49 +0000
commit88956ee5e1db2a2a2b27b8f6d469987d2512a927 (patch)
treec1ac8f0c6937aee535f8bea1603bf3d07d521d83 /sys
parent209cf3b26cb24b4854e4a796f69dab251bb41dd2 (diff)
Remove the IPX ifdef; it's always there.
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
}