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 <dvlasenk@redhat.com>
This commit is contained in:
Denys Vlasenko 2011-08-20 02:27:18 +02:00
parent 39fca62801
commit 6b6ed5d669

View File

@ -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;