Date: Tue, 18 Nov 2003 00:39:37 -0800 (PST) From: lucy loo <lucyloo168@yahoo.com> To: freebsd-hackers@freebsd.org Subject: Conflict between <sys/sysproto.h> & <stdio.h> ... ? Message-ID: <20031118083937.63444.qmail@web21509.mail.yahoo.com>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20031118083937.63444.qmail>