Module Name: src
Committed By: christos
Date: Tue Jan 10 20:32:27 UTC 2017
Modified Files:
src/sys/netinet: tcp.h
Log Message:
add a couple of lint comments.
To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 src/sys/netinet/tcp.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/netinet/tcp.h
diff -u src/sys/netinet/tcp.h:1.32 src/sys/netinet/tcp.h:1.33
--- src/sys/netinet/tcp.h:1.32 Sun Jan 1 20:18:42 2017
+++ src/sys/netinet/tcp.h Tue Jan 10 15:32:27 2017
@@ -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 @@ struct tcp_info {
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). */