Re: OS 10.2 and OS 10.1 device driver
Re: OS 10.2 and OS 10.1 device driver
- Subject: Re: OS 10.2 and OS 10.1 device driver
- From: Joshua Graessley <email@hidden>
- Date: Thu, 12 Sep 2002 15:06:28 -0700
The ppp headers that shipped in 10.1 came from the kernel. Those ppp
headers were not actually used to build PPP, they were legacy cruft.
The PPP project that actually implements PPP had made changes, yet the
kernel was still exporting it's old crufty copy of the ppp headers. The
kernel no longer exports it's crufty ppp headers. Unfortunately, the
PPP project is not exporting it's headers yet, so there are no ppp
headers.
-josh
On Thursday, September 12, 2002, at 02:35 PM, Pezeshgi, Shahriar wrote:
Hi all
I have a question about OS 10.2. We have developed a device driver
(KEXT) on OS
10.1 for our hardware, now we want to use the same code on OS 10.2.
When I'm
trying to compile source by Project builder (August 2002), I can see
some
compile errors like:
net/ppp_defs.h not found
net/if_ppp_.h not found
ETHER_MAX_LEN undefined variable
ETHER_MIN_LEN undefined variable
Any suggestion will be useful for other people as well.
Regards
Shahriar Pezeshgi
_______________________________________________
macnetworkprog mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/macnetworkprog
Do not post admin requests to the list. They will be ignored.
_______________________________________________
macnetworkprog mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/macnetworkprog
Do not post admin requests to the list. They will be ignored.