]> granicus.if.org Git - strace/commit
ioctlent.sh: handle linux/aufs_type.h properly
authorDmitry V. Levin <ldv@altlinux.org>
Thu, 8 Jan 2015 19:11:05 +0000 (19:11 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Thu, 8 Jan 2015 20:59:44 +0000 (20:59 +0000)
commite11169a5ba081ca2282a58c6cdb364a7753662e0
tree15eebcb567c75207467d71317fd88e660f7f44d9
parent60cb10dd8f180de48313cf8ad173d5bddb11112b
ioctlent.sh: handle linux/aufs_type.h properly

Before this change, ioctlent.sh could not recognize unusual constants
defined by linux/aufs_type.h, resulting to ioctls.h with references to
these constants without appropriate definitions in ioctldefs.h.

* linux/ioctlent.sh: Update the regexp that is used to lookup constants
referenced by generated ioctls.h.
linux/ioctlent.sh