From owner-cvs-sys Thu Dec 21 13:20:34 1995 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id NAA10300 for cvs-sys-outgoing; Thu, 21 Dec 1995 13:20:34 -0800 (PST) Received: (from wollman@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id NAA10284 Thu, 21 Dec 1995 13:20:31 -0800 (PST) Date: Thu, 21 Dec 1995 13:20:31 -0800 (PST) From: "Garrett A. Wollman" Message-Id: <199512212120.NAA10284@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/netinet ip.h Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk wollman 95/12/21 13:20:30 Modified: sys/netinet ip.h Log: If _IP_VHL is defined, declare a single ip_vhl member in struct ip rather than separate ip_v and ip_hl members. Should have no effect on current code, but I'd eventually like to get rid of those obnoxious bitfields completely. Revision Changes Path 1.7 +5 -1 src/sys/netinet/ip.h