diff options
author | 2003-04-02 18:51:37 +0000 | |
---|---|---|
committer | 2003-04-02 18:51:37 +0000 | |
commit | 6cee2f013ad6e59b052dd0921383a161946f2e55 (patch) | |
tree | 984e6874bdc085530b0ded647fb8760bf9dbc220 | |
parent | remove dead code (diff) | |
download | wireguard-openbsd-6cee2f013ad6e59b052dd0921383a161946f2e55.tar.xz wireguard-openbsd-6cee2f013ad6e59b052dd0921383a161946f2e55.zip |
make it compile after tcpstates changes elsewhere
-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); |