]> granicus.if.org Git - strace/commit
Print the first argument of umount2 syscall as a path
authorDmitry V. Levin <ldv@altlinux.org>
Mon, 7 Dec 2015 00:10:58 +0000 (00:10 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Mon, 7 Dec 2015 00:10:58 +0000 (00:10 +0000)
commit431d7fd21a9276287f5788bebd35dbac6530ca46
tree618cc05134cc59c191634a3f79a6396bd55d1080
parenteb76c4be150102e5ddf2f2cf90673d8d7cda9afd
Print the first argument of umount2 syscall as a path

* umount.c (SYS_FUNC(umount2)): Use printpath instead of printstr.

This fixes Debian bug #785050.
umount.c