From owner-cvs-all Mon Jul 13 04:10:34 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA16597 for cvs-all-outgoing; Mon, 13 Jul 1998 04:10:34 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA16586; Mon, 13 Jul 1998 04:10:24 -0700 (PDT) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id EAA15022; Mon, 13 Jul 1998 04:09:57 -0700 (PDT) Date: Mon, 13 Jul 1998 04:09:57 -0700 (PDT) Message-Id: <199807131109.EAA15022@freefall.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 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk 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 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message