Date: Tue, 09 Aug 2005 23:49:57 +0200 From: Dirk Gouders <gouders@et.bocholt.fh-ge.de> To: hackers@freebsd.org Subject: Include files that depend on include files Message-ID: <200508092149.j79Lnvn8013382@sora.hank.home>
next in thread | raw e-mail | index | archive | help
Hello, I am currently playing with the KLD facility on a 4.11-STABLE system and noticed that there are some include files that need other files included before them, e.g. sys/module.h and sys/linker.h cannot be preprocessed/compiled without including other necessary files before them. Is that intentional? And if yes, is there a difference of such a "rule" between "kernel include files" and those that are normally included in "user space code"? Dirk
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200508092149.j79Lnvn8013382>