Searched hist:40455 (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/lib/libsysdecode/
H A Dmkioctlsdiff 40455 Fri Oct 16 15:33:17 MDT 1998 bde 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.

Completed in 139 milliseconds