diff options
author | 2000-01-13 04:55:15 +0000 | |
---|---|---|
committer | 2000-01-13 04:55:15 +0000 | |
commit | 61f286e05ec1a42faa1fef6f44f1c94b75237750 (patch) | |
tree | 5c003d92e605b7bad0ba47c9b054d83e599a41c0 | |
parent | Minor beautification. (diff) | |
download | wireguard-openbsd-61f286e05ec1a42faa1fef6f44f1c94b75237750.tar.xz wireguard-openbsd-61f286e05ec1a42faa1fef6f44f1c94b75237750.zip |
IPXDEBUG -> SPXDEBUG.
-rw-r--r-- | sys/netipx/spx_debug.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netipx/spx_debug.c b/sys/netipx/spx_debug.c index a98a46f4afc..60edfc8b629 100644 --- a/sys/netipx/spx_debug.c +++ b/sys/netipx/spx_debug.c @@ -1,4 +1,4 @@ -/* $OpenBSD: spx_debug.c,v 1.3 2000/01/11 01:26:21 fgsch Exp $ */ +/* $OpenBSD: spx_debug.c,v 1.4 2000/01/13 04:55:15 fgsch Exp $ */ /*- * @@ -80,7 +80,7 @@ spx_trace(act, ostate, sp, si, req) int req; { #ifdef IPX -#ifdef IPXDEBUG +#ifdef SPXDEBUG u_short seq, ack, len, alo; int flags; struct spx_debug *sd = &spx_debug[spx_debx++]; |