diff options
author | wollman <wollman@FreeBSD.org> | 1996-02-13 18:16:31 +0000 |
---|---|---|
committer | wollman <wollman@FreeBSD.org> | 1996-02-13 18:16:31 +0000 |
commit | 5c25078715eec4e8c4bd3113070c61741eda267e (patch) | |
tree | 92a11759884553db16d37641280c0f0cae760022 /sys/netipx | |
parent | 379b9b388fc8788659993af038bb322bfbcea8b2 (diff) | |
download | FreeBSD-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')
-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 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: |