Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Jan 1999 13:29:46 -0800 (PST)
From:      Jin Guojun (FTG staff) <jin@george.lbl.gov>
To:        casper@acc.am
Cc:        freebsd-bugs@FreeBSD.ORG
Subject:   Re: Example (BPF device programming)
Message-ID:  <199901112129.NAA25777@george.lbl.gov>

next in thread | raw e-mail | index | archive | help
> It seems to compile just OK  on my FBSD 3.0 - RELEASE

3.0 moved if_type into the if_var.h, so you are OK:
/sys/net/if_var.h:145:#define   if_type         if_data.ifi_type

The best thing is no to use the system name, so you may use name like

	iF_type()
	if_type_str()

etc.

	-Jin


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199901112129.NAA25777>