]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/netinet/tcp_newreno.c
xnu-4903.241.1.tar.gz
[apple/xnu.git] / bsd / netinet / tcp_newreno.c
index f2de1c010877404ab7391cdff64797c5aaa51f0b..c0def7ffabde87fa62fb37f55e3abcb5baf14947 100644 (file)
@@ -173,8 +173,8 @@ tcp_newreno_ack_rcvd(struct tcpcb *tp, struct tcphdr *th) {
         * greater than or equal to the congestion window.
         */
 
-       register u_int cw = tp->snd_cwnd;
-       register u_int incr = tp->t_maxseg;
+       u_int cw = tp->snd_cwnd;
+       u_int incr = tp->t_maxseg;
        int acked = 0;
 
        acked = BYTES_ACKED(th, tp);