diff options
author | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2000-01-11 01:26:23 +0000 |
---|---|---|
committer | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2000-01-11 01:26:23 +0000 |
commit | e2ebbd5b47142b0984167448df5e603b00d324df (patch) | |
tree | 9ea5438233dfcee8937b9168b0ff274568cfcaa5 /sys/netipx/spx_debug.c | |
parent | 8e69f01041c984d91992efac1a688e84049d5620 (diff) |
Remove references to ipx_error. IPX does not generate any errors.
Diffstat (limited to 'sys/netipx/spx_debug.c')
-rw-r--r-- | sys/netipx/spx_debug.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/netipx/spx_debug.c b/sys/netipx/spx_debug.c index cf713339c0c..a98a46f4afc 100644 --- a/sys/netipx/spx_debug.c +++ b/sys/netipx/spx_debug.c @@ -1,4 +1,4 @@ -/* $OpenBSD: spx_debug.c,v 1.2 1996/10/26 09:34:56 mickey Exp $ */ +/* $OpenBSD: spx_debug.c,v 1.3 2000/01/11 01:26:21 fgsch Exp $ */ /*- * @@ -57,7 +57,6 @@ #include <netinet/tcp_fsm.h> #include <netipx/ipx.h> -#include <netipx/ipx_error.h> #include <netipx/ipx_pcb.h> #include <netipx/ipx.h> #include <netipx/ipx_var.h> |