Date: Sat, 3 Jan 1998 23:49:54 +0100 (MET) From: j@uriah.heep.sax.de (J Wunsch) To: freebsd-current@freebsd.org Cc: "Daniel C. Sobral" <dcs@gns.com.br> Subject: Re: Creating a Device Driver Message-ID: <199801032249.XAA12386@uriah.heep.sax.de> References: <199801031911.RAA00527@daniel.sobral>
next in thread | previous in thread | raw e-mail | index | archive | help
"Daniel C. Sobral" <dcs@gns.com.br> wrote: > Where should I create my > IOCTLs include file? /usr/src/sys/i386/include? Does this file get > installed on /usr/include/machine during make world? /sys/i386/include is the correct place. The files will be installed (or symlinked, as an option) from there to /usr/include/machine (in case $current_machine == "i386", of course ;). -- cheers, J"org joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE Never trust an operating system you don't have sources for. ;-)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199801032249.XAA12386>