]> granicus.if.org Git - strace/commit
Fix function prototypes with unspecified arguments
authorDmitry V. Levin <ldv@altlinux.org>
Sat, 17 Jun 2017 19:08:36 +0000 (19:08 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Sat, 17 Jun 2017 20:49:09 +0000 (20:49 +0000)
commit86bce103a69897c7938317de96b27bd323897290
tree93df1892e11e6b22b3d270e94100349c346d6d13
parenta74c08461184f94ad6621e3375422aba259e0827
Fix function prototypes with unspecified arguments

Change functions declared as taking unspecified number of arguments
of unspecified type to functions that take no arguments.

Reported by kernel's checkpatch.pl script.
strace.c
test/mmap_offset_decode.c
test/mtd.c
test/sig.c
test/ubi.c
test/wait_must_be_interruptible.c