]> granicus.if.org Git - strace/commit
mount: change flags type from unsigned long to kernel_ureg_t
authorDmitry V. Levin <ldv@altlinux.org>
Sat, 24 Dec 2016 22:58:16 +0000 (22:58 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Sun, 25 Dec 2016 11:32:45 +0000 (11:32 +0000)
commit570314dd90df827df3de7a0f249936bc5b8f055a
tree86698ce5229e9a1c133161fca4e2b80ea58ac8d6
parent697ca3e41f4ae5282b3d56e62438546a5957c128
mount: change flags type from unsigned long to kernel_ureg_t

* mount.c (SYS_FUNC(mount)): Change the type of flags from unsigned long
to kernel_ureg_t, use printflags64 instead of printflags_long
to print it.
mount.c