commit | a9fe13c9437707fa132fde4e51a20d88381e7430 | [log] [tgz] |
---|---|---|
author | Denys Vlasenko <vda.linux@googlemail.com> | Fri Feb 22 13:26:10 2013 +0100 |
committer | Denys Vlasenko <vda.linux@googlemail.com> | Fri Feb 22 13:26:10 2013 +0100 |
tree | e1949f82be3db26d69c910610461e967d552b544 | |
parent | 40d63b9a92e049986fce1fb91cca10fdd3d3a64a [diff] |
Create and use struct_sysent and struct_ioctlent typedefs. This is a preparatory mass replace patch with no code changes. The future change will need to typedef sysent to sysent0, which results in compile failures when "struct sysent" string gets mangled into "struct sysent0". Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>