diff options
author | julian <julian@FreeBSD.org> | 1995-10-31 00:38:57 +0000 |
---|---|---|
committer | julian <julian@FreeBSD.org> | 1995-10-31 00:38:57 +0000 |
commit | cf1ec3c62f1ae9494424654545a68e49def27ae2 (patch) | |
tree | db79d7b1212267e0038c43ab8897187d3db32b29 /sys/netipx/spx_timer.h | |
parent | 6c6d0d30572d95660c79d1a633f279e4617da151 (diff) | |
download | FreeBSD-src-cf1ec3c62f1ae9494424654545a68e49def27ae2.zip FreeBSD-src-cf1ec3c62f1ae9494424654545a68e49def27ae2.tar.gz |
Submitted by: Mike Mitchell
revise prototypes etc.
cleanups (probably more coming)
Diffstat (limited to 'sys/netipx/spx_timer.h')
-rw-r--r-- | sys/netipx/spx_timer.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/netipx/spx_timer.h b/sys/netipx/spx_timer.h index ac88eb7..8a93c5c 100644 --- a/sys/netipx/spx_timer.h +++ b/sys/netipx/spx_timer.h @@ -41,8 +41,6 @@ * Definitions of the SPX timers. These timers are counted * down PR_SLOWHZ times a second. */ -#define SPXT_NTIMERS 4 - #define SPXT_REXMT 0 /* retransmit */ #define SPXT_PERSIST 1 /* retransmit persistance */ #define SPXT_KEEP 2 /* keep alive */ |