sysent and XCode
sysent and XCode
- Subject: sysent and XCode
- From: Marco Bambini <email@hidden>
- Date: Fri, 29 Apr 2005 13:13:39 +0200
Hi All,
I am writing a Kernel Extension with XCode 1.5 on Panther and I need to
use the sysent system call.
The problem is that if I write something like:
#include <sys/syscall.h>
then I have a compilation error:
"sys/syscall.h: No such file or directory"
Please note that the file /usr/include/sys/syscall.h exists, and if I
modify the include statement with:
#include < /usr/include/sys/syscall.h>
Then it now compiles fine...
Why? Any help?
Thanks a lot,
Marco Bambini
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden