rename tcp compat so can use separately
authorMike Karels <karels@ucbvax.Berkeley.EDU>
Sun, 13 Apr 1986 11:34:54 +0000 (03:34 -0800)
committerMike Karels <karels@ucbvax.Berkeley.EDU>
Sun, 13 Apr 1986 11:34:54 +0000 (03:34 -0800)
SCCS-vsn: sys/netinet/tcp_timer.c 6.13

usr/src/sys/netinet/tcp_timer.c

index cb664a6..4d63bfe 100644 (file)
@@ -3,7 +3,7 @@
  * All rights reserved.  The Berkeley software License Agreement
  * specifies the terms and conditions for redistribution.
  *
  * All rights reserved.  The Berkeley software License Agreement
  * specifies the terms and conditions for redistribution.
  *
- *     @(#)tcp_timer.c 6.12 (Berkeley) %G%
+ *     @(#)tcp_timer.c 6.13 (Berkeley) %G%
  */
 
 #include "param.h"
  */
 
 #include "param.h"
@@ -92,7 +92,7 @@ tpgone:
                ;
        }
        tcp_iss += TCP_ISSINCR/PR_SLOWHZ;               /* increment iss */
                ;
        }
        tcp_iss += TCP_ISSINCR/PR_SLOWHZ;               /* increment iss */
-#ifdef COMPAT_42
+#ifdef TCP_COMPAT_42
        if ((int)tcp_iss < 0)
                tcp_iss = 0;                            /* XXX */
 #endif
        if ((int)tcp_iss < 0)
                tcp_iss = 0;                            /* XXX */
 #endif