Date: Fri, 16 Oct 1998 08:33:19 -0700 (PDT) From: Bruce Evans <bde@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/usr.bin/kdump mkioctls Message-ID: <199810161533.IAA05452@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
bde 1998/10/16 08:33:18 PDT Modified files: usr.bin/kdump mkioctls Log: Generate code to interpret ioctl numbers for all ioctls defined in headers under /usr/include, not just for the ones in <sys/ioctl.h>. The generated file includes all headers that seem to define ioctls, so build errors will probably occur if headers become less self- sufficient than they are already. This is a feature. Build errors shall not be fixed by adding more includes here. Optionally generate a case statement instead of a list of if statements. This source must be edited to change this. The case statement should be non-optional. It currently can't be, because many ioctl numbers are not unique. Revision Changes Path 1.6 +50 -12 src/usr.bin/kdump/mkioctls To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199810161533.IAA05452>