]> granicus.if.org Git - strace/commit
Create and use struct_sysent and struct_ioctlent typedefs.
authorDenys Vlasenko <vda.linux@googlemail.com>
Fri, 22 Feb 2013 12:26:10 +0000 (13:26 +0100)
committerDenys Vlasenko <vda.linux@googlemail.com>
Fri, 22 Feb 2013 12:26:10 +0000 (13:26 +0100)
commita9fe13c9437707fa132fde4e51a20d88381e7430
treee1949f82be3db26d69c910610461e967d552b544
parent40d63b9a92e049986fce1fb91cca10fdd3d3a64a
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>
defs.h
io.c
ioctl.c
pathtrace.c
strace.c
syscall.c