summaryrefslogtreecommitdiffstats
path: root/sys/netipx/spx_debug.c
diff options
context:
space:
mode:
authorwollman <wollman@FreeBSD.org>1996-02-13 18:16:31 +0000
committerwollman <wollman@FreeBSD.org>1996-02-13 18:16:31 +0000
commit5c25078715eec4e8c4bd3113070c61741eda267e (patch)
tree92a11759884553db16d37641280c0f0cae760022 /sys/netipx/spx_debug.c
parent379b9b388fc8788659993af038bb322bfbcea8b2 (diff)
downloadFreeBSD-src-5c25078715eec4e8c4bd3113070c61741eda267e.zip
FreeBSD-src-5c25078715eec4e8c4bd3113070c61741eda267e.tar.gz
Kill XNS.
While we're at it, fix socreate() to take a process argument. (This was supposed to get committed days ago...)
Diffstat (limited to 'sys/netipx/spx_debug.c')
-rw-r--r--sys/netipx/spx_debug.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netipx/spx_debug.c b/sys/netipx/spx_debug.c
index ca376a2..524faf9 100644
--- a/sys/netipx/spx_debug.c
+++ b/sys/netipx/spx_debug.c
@@ -33,7 +33,7 @@
*
* @(#)spx_debug.c
*
- * $Id: spx_debug.c,v 1.2 1995/10/31 23:36:43 julian Exp $
+ * $Id: spx_debug.c,v 1.3 1995/11/04 09:03:32 julian Exp $
*/
#include <sys/param.h>
@@ -102,7 +102,7 @@ spx_trace(act, ostate, sp, si, req)
printf("%x %s:", sp, tcpstates[ostate]);
else
printf("???????? ");
- printf("%s ", sanames[act]);
+ printf("%s ", spxnames[act]);
switch (act) {
case SA_RESPOND:
OpenPOWER on IntegriCloud