From 6b6ed5d669c04fb949dfc88ed0571e3db0d11571 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Sat, 20 Aug 2011 02:27:18 +0200 Subject: [PATCH] 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 --- ioctl.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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;