]> granicus.if.org Git - strace/commit
tests: replace init_magic with fill_memory
authorDmitry V. Levin <ldv@altlinux.org>
Thu, 5 Jan 2017 01:34:24 +0000 (01:34 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Thu, 5 Jan 2017 01:34:24 +0000 (01:34 +0000)
commit92ac6131a1b35b9a9d397f77b412ce8b8747eb5f
treebc0920bc14e667278251ca59e6b093e5733c1216
parentff9f61dce9d5ee5aa9afee56355f628791d46c2d
tests: replace init_magic with fill_memory

Use the same fill_memory/fill_memory_ex interface in all affected tests.

* tests/ioctl_block.c (init_magic): Remove.
(main): Replace init_magic with fill_memory.
* tests/ioctl_evdev.c: Likewise.
* tests/ioctl_v4l2.c: Likewise.
* tests/ioctl_mtd.c (magic, init_magic): Remove.
(main): Replace init_magic with fill_memory.
* tests/ioctl_rtc.c: Likewise.
tests/ioctl_block.c
tests/ioctl_evdev.c
tests/ioctl_mtd.c
tests/ioctl_rtc.c
tests/ioctl_v4l2.c