From: Denys Vlasenko Date: Sat, 20 Aug 2011 00:27:18 +0000 (+0200) Subject: Convert ioctl_next_match() to new-style C function definition X-Git-Tag: v4.7~314 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6b6ed5d669c04fb949dfc88ed0571e3db0d11571;p=strace Convert ioctl_next_match() to new-style C function definition * ioctl.c (ioctl_next_match): Convert to new-style C function definition. Signed-off-by: Denys Vlasenko --- diff --git a/ioctl.c b/ioctl.c index 153e5dfb..122f31ab 100644 --- a/ioctl.c +++ b/ioctl.c @@ -64,8 +64,7 @@ ioctl_lookup(long code) } const struct ioctlent * -ioctl_next_match(iop) -const struct ioctlent *iop; +ioctl_next_match(const struct ioctlent *iop) { long code;