Date: Mon, 13 Jul 1998 04:09:57 -0700 (PDT) From: Bruce Evans <bde@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/netinet tcp.h tcp_var.h Message-ID: <199807131109.EAA15022@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
bde 1998/07/13 04:09:57 PDT Modified files: sys/netinet tcp.h tcp_var.h Log: Declare tcp_seq and tcp_cc as fixed-size types. Half fixed type mismatches exposed by this (the prototype for tcp_respond() didn't match the function definition lexically, and still depends on a gcc feature to match if ints have more than 32 bits). Revision Changes Path 1.10 +3 -3 src/sys/netinet/tcp.h 1.46 +2 -2 src/sys/netinet/tcp_var.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199807131109.EAA15022>