K 10 svn:author V 6 emaste K 8 svn:date V 27 2018-04-14T12:52:34.561403Z K 7 svn:log V 402 MFC r331077 (brooks): Add _IOC_NEWLEN() and _IOC_NEWTYPE() macros. These macros take an existing ioctl(2) command and replace the length with the specified length or length of the specified type respectively. These can be used to define commands for 32-bit compatibility with fewer opportunities for cut-and-paste errors then a whole new definition. Obtained from: CheriBSD Sponsored by: DARPA, AFRL END