diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2003-04-02 18:51:38 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2003-04-02 18:51:38 +0000 |
commit | 2691c8ebf81cc6c9bc38a691a6a7d8f8405bd361 (patch) | |
tree | 44f5bd1e84ba32d4209e3f22e47a7715c2cbd0ce /sys/netipx | |
parent | 16fc88abee07026aef6cc2d5bd66f408bdcb699a (diff) |
make it compile after tcpstates changes elsewhere
Diffstat (limited to 'sys/netipx')
-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); |