Date: Thu, 9 Jan 1997 11:22:49 -0500 From: Garrett Wollman <wollman@lcs.mit.edu> To: Masafumi NAKANE <max@freefall.freebsd.org> Cc: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-ports@freefall.freebsd.org Subject: cvs commit: ports/net/cap/patches patch-ad Message-ID: <9701091622.AA22251@halloran-eldar.lcs.mit.edu> In-Reply-To: <199701082311.PAA06861@freefall.freebsd.org> References: <199701082311.PAA06861@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
<<On Wed, 8 Jan 1997 15:11:48 -0800 (PST), Masafumi NAKANE <max@freefall.freebsd.org> said: > max 97/01/08 15:11:47 > Modified: net/cap/patches patch-ad > Log: > Make support/ethertalk/bpfiltp.c include net/if_var.h. This is due to > the changes made to if_ether.h. This is not necessarily the correct change. More often than not, the correct change is to not include <netinet/if_ether.h> at all and start including <net/ethernet.h>. Unless you are groveling around in kernel memory poking at interface structures, there is nothing in <net/if_var.h> that is of any value to most user programs. -GAWollman -- Garrett A. Wollman | O Siem / We are all family / O Siem / We're all the same wollman@lcs.mit.edu | O Siem / The fires of freedom Opinions not those of| Dance in the burning flame MIT, LCS, ANA, or NSA| - Susan Aglukark and Chad Irschick
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?9701091622.AA22251>