diff options
-rw-r--r-- | sys/netipx/spx_debug.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/netipx/spx_debug.h b/sys/netipx/spx_debug.h index 7759b2c66d4..f32e7881e64 100644 --- a/sys/netipx/spx_debug.h +++ b/sys/netipx/spx_debug.h @@ -1,4 +1,4 @@ -/* $OpenBSD: spx_debug.h,v 1.3 2002/03/14 01:27:12 millert Exp $ */ +/* $OpenBSD: spx_debug.h,v 1.4 2003/04/02 18:51:37 mickey Exp $ */ /*- * @@ -71,7 +71,6 @@ int spx_debx; #ifdef _KERNEL extern char *prurequests[]; extern char *sanames[]; -extern char *tcpstates[]; void spx_trace(int act, int ostate, struct spxpcb *sp, struct spx *si, int req); |