Re: Mac OS 10.4 (Tiger) compilation errors ( GCC v3.3 ) with X Code 2.0 tool
site_archiver@lists.apple.com Delivered-To: darwin-kernel@lists.apple.com Karunakar Reddy G writes:
Hello, I am also facing problem with "ether_header " structure I define in this way which works fine on Mac 10.1.3 but not on Mac 10.4 struct ether_header *hdr; hdr = mtod(m, struct ether_header *); It doesnt compile gives error ,
What error message? Its probably the just that you need the mbuf kpi again.
Any body know , how to use 'ether_header' structures on Mac 10.4 thanx in advance
I use struct ether_header *eh; eh = (struct ether_header *) mbuf_data(m); Drew _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-kernel mailing list (Darwin-kernel@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-kernel/site_archiver%40lists.a... This email sent to site_archiver@lists.apple.com
participants (1)
-
Andrew Gallatin