Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/netinet Add a /*CONSTCOND*/ to last.



details:   https://anonhg.NetBSD.org/src/rev/1df0811a18af
branches:  trunk
changeset: 574609:1df0811a18af
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Sun Mar 06 03:41:36 2005 +0000

description:
Add a /*CONSTCOND*/ to last.

diffstat:

 sys/netinet/tcp_output.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 4c6c44edf405 -r 1df0811a18af sys/netinet/tcp_output.c
--- a/sys/netinet/tcp_output.c  Sun Mar 06 03:39:49 2005 +0000
+++ b/sys/netinet/tcp_output.c  Sun Mar 06 03:41:36 2005 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: tcp_output.c,v 1.122 2005/03/06 00:52:25 matt Exp $    */
+/*     $NetBSD: tcp_output.c,v 1.123 2005/03/06 03:41:36 thorpej Exp $ */
 
 /*
  * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
@@ -140,7 +140,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: tcp_output.c,v 1.122 2005/03/06 00:52:25 matt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: tcp_output.c,v 1.123 2005/03/06 03:41:36 thorpej Exp $");
 
 #include "opt_inet.h"
 #include "opt_ipsec.h"
@@ -739,7 +739,7 @@
                        sack_rxmit = 1;
                        sendalot = 1;
                }
-       } while (0);
+       } while (/*CONSTCOND*/0);
 
        /*
         * If in persist timeout with window of 0, send 1 byte.



Home | Main Index | Thread Index | Old Index