Date: Sun, 23 Jun 1996 10:05:11 -0700 (PDT) From: Bruce Evans <bde> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/kdump mkioctls Message-ID: <199606231705.KAA08644@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
bde 96/06/23 10:05:11 Modified: usr.bin/kdump mkioctls Log: Run the headers through cpp -dM to find the #defines. The direct search has been broken at least since 4.4Lite moved most of the #defines out of <sys/ioctl.h>. This should be done better. Only a few headers are searched. Added some #includes so that ioctl.c compiles. The networking headers have a maze of undocumented interdependencies and ioctl.c now actually supports networking ioctls. Revision Changes Path 1.4 +8 -2 src/usr.bin/kdump/mkioctls
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199606231705.KAA08644>