commit | 6b6ed5d669c04fb949dfc88ed0571e3db0d11571 | [log] [tgz] |
---|---|---|
author | Denys Vlasenko <dvlasenk@redhat.com> | Sat Aug 20 02:27:18 2011 +0200 |
committer | Denys Vlasenko <dvlasenk@redhat.com> | Tue Aug 23 12:53:01 2011 +0200 |
tree | 69edf3aa8d04a4a697eb46381e3d64f08963094e | |
parent | 39fca628019cbfa01835482ac8559e21fde7f03c [diff] [blame] |
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>
diff --git a/ioctl.c b/ioctl.c index 153e5df..122f31a 100644 --- a/ioctl.c +++ b/ioctl.c
@@ -64,8 +64,7 @@ } const struct ioctlent * -ioctl_next_match(iop) -const struct ioctlent *iop; +ioctl_next_match(const struct ioctlent *iop) { long code;