Date: Fri, 13 Feb 2009 15:14:43 +0000 (UTC) From: Luigi Rizzo <luigi@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/netinet in_systm.h ip.h ip_icmp.c ip_icmp.h ip_options.c tcp_debug.h tcp_subr.c Message-ID: <200902131514.n1DFErln004049@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
luigi 2009-02-13 15:14:43 UTC FreeBSD src repository Modified files: sys/netinet in_systm.h ip.h ip_icmp.c ip_icmp.h ip_options.c tcp_debug.h tcp_subr.c Log: SVN rev 188578 on 2009-02-13 15:14:43Z by luigi Use uint32_t instead of n_long and n_time, and uint16_t instead of n_short. Add a note next to fields in network format. The n_* types are not enough for compiler checks on endianness, and their use often requires an otherwise unnecessary #include <netinet/in_systm.h> The typedef in in_systm.h are still there. Revision Changes Path 1.13 +1 -1 src/sys/netinet/in_systm.h 1.34 +2 -2 src/sys/netinet/ip.h 1.129 +5 -2 src/sys/netinet/ip_icmp.c 1.28 +13 -9 src/sys/netinet/ip_icmp.h 1.15 +5 -5 src/sys/netinet/ip_options.c 1.17 +1 -1 src/sys/netinet/tcp_debug.h 1.334 +2 -2 src/sys/netinet/tcp_subr.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200902131514.n1DFErln004049>