commit | f72418c876d48241a14fc9afdd4dad17881263a1 | [log] [tgz] |
---|---|---|
author | Mike Frysinger <vapier@gentoo.org> | Mon Feb 21 23:52:42 2011 -0500 |
committer | Dmitry V. Levin <ldv@altlinux.org> | Tue Feb 22 10:23:11 2011 +0000 |
tree | 6221360b8d8b551727235e203038a574211ae457 | |
parent | 22485b702b4fc7c66520896b67b9cda2a4cb2486 [diff] |
ioctlsort: zero pad ioctl codes to 4 places Zero padding the ioctl number will allow simple sorting via shell scripts. * linux/ioctlsort.c (main): Output ioctl codes zero padded. * linux/ioctlent.h: Regenerated. Signed-off-by: Mike Frysinger <vapier@gentoo.org>