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 couple of lint comments.



details:   https://anonhg.NetBSD.org/src/rev/644cec53922d
branches:  trunk
changeset: 820499:644cec53922d
user:      christos <christos%NetBSD.org@localhost>
date:      Tue Jan 10 20:32:27 2017 +0000

description:
add a couple of lint comments.

diffstat:

 sys/netinet/tcp.h |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r a34d59a5ac05 -r 644cec53922d sys/netinet/tcp.h
--- a/sys/netinet/tcp.h Tue Jan 10 20:29:48 2017 +0000
+++ b/sys/netinet/tcp.h Tue Jan 10 20:32:27 2017 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: tcp.h,v 1.32 2017/01/02 01:18:42 christos Exp $        */
+/*     $NetBSD: tcp.h,v 1.33 2017/01/10 20:32:27 christos Exp $        */
 
 /*
  * Copyright (c) 1982, 1986, 1993
@@ -160,7 +160,9 @@
        uint8_t         __tcpi_probes;
        uint8_t         __tcpi_backoff;
        uint8_t         tcpi_options;          /* Options enabled on conn. */
+       /*LINTED: non-portable bitfield*/
        uint8_t         tcpi_snd_wscale:4,      /* RFC1323 send shift value. */
+       /*LINTED: non-portable bitfield*/
                        tcpi_rcv_wscale:4; /* RFC1323 recv shift value. */
 
        uint32_t        tcpi_rto;               /* Retransmission timeout (usec). */



Home | Main Index | Thread Index | Old Index