From owner-cvs-all Fri Feb 19 5:41:42 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 430FF11452; Fri, 19 Feb 1999 05:41:36 -0800 (PST) (envelope-from phk@FreeBSD.org) Received: (from phk@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id FAA02341; Fri, 19 Feb 1999 05:41:36 -0800 (PST) (envelope-from phk@FreeBSD.org) Message-Id: <199902191341.FAA02341@freefall.freebsd.org> From: Poul-Henning Kamp Date: Fri, 19 Feb 1999 05:41:36 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net if.h if.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk phk 1999/02/19 05:41:35 PST Modified files: sys/net if.h if.c Log: Since ifru_flags is a short, we can fit in a copy of the flags before they got changed. This can help eliminate much of the gymnastics drivers do in their ioctl routines to figure this out. Remove commented out IFF_NOTRAILERS Revision Changes Path 1.50 +4 -4 src/sys/net/if.h 1.66 +2 -1 src/sys/net/if.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message