From owner-freebsd-commit Wed Oct 4 13:50:52 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id NAA03051 for freebsd-commit-outgoing; Wed, 4 Oct 1995 13:50:52 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id NAA03035 for cvs-all-outgoing; Wed, 4 Oct 1995 13:50:49 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id NAA02913 for cvs-sys-outgoing; Wed, 4 Oct 1995 13:49:25 -0700 Received: (from wollman@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id NAA02896 ; Wed, 4 Oct 1995 13:49:07 -0700 Date: Wed, 4 Oct 1995 13:49:07 -0700 From: "Garrett A. Wollman" Message-Id: <199510042049.NAA02896@freefall.freebsd.org> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/netinet tcp_var.h Sender: owner-commit@FreeBSD.org Precedence: bulk wollman 95/10/04 13:49:06 Modified: sys/netinet tcp_var.h Log: Make a whole bunch of PCB variables ints rather than shorts. There appear to be no ill effects, and so far as Iknow none of the variables in question depend on 16-bit wraparound behavior. (The sizes are in many cases relics from when a PCB had to fit inside a 128-byte mbuf. PCBs are no longer stored in that way, and the old structure would not have fit, either.)