Conflict between <sys/sysproto.h> & <stdio.h> ... ?

lucy loo lucyloo168 at yahoo.com
Tue Nov 18 00:39:38 PST 2003


I am writing a kernel loadable module to reimplement some system calls. I have included <sys/sysproto.h>, <sys/systm.h>, etc. -- very standard header files for kld implmentation. I also want to do file i/o in this module, therefore I need to include <stdio.h>. But it obviously conflicts with those <sys/...>, and make won't pass. 
Anyone knows how to fix this? 
 
Thanks! 


---------------------------------
Do you Yahoo!?
Protect your identity with Yahoo! Mail AddressGuard


More information about the freebsd-hackers mailing list