From owner-cvs-all Fri Oct 16 08:33:26 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA11967 for cvs-all-outgoing; Fri, 16 Oct 1998 08:33:26 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA11953; Fri, 16 Oct 1998 08:33:21 -0700 (PDT) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id IAA05452; Fri, 16 Oct 1998 08:33:19 -0700 (PDT) Date: Fri, 16 Oct 1998 08:33:19 -0700 (PDT) Message-Id: <199810161533.IAA05452@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/usr.bin/kdump mkioctls Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk 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 . 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