]> granicus.if.org Git - strace/commit
utime: fix omission of field names in utimbuf structure printing
authorEugene Syromyatnikov <evgsyr@gmail.com>
Mon, 28 Nov 2016 09:26:13 +0000 (12:26 +0300)
committerDmitry V. Levin <ldv@altlinux.org>
Tue, 29 Nov 2016 00:26:20 +0000 (00:26 +0000)
commit922712f8ff1daab719ee35682ddf7230ef1c15a3
tree0f531f3c62e00ba8092f40f2db4cb7482efe73fc
parentd4d5aaa560f06a7ce192baebce76740ef87bf8f0
utime: fix omission of field names in utimbuf structure printing

* utime.c (SYS_FUNC(utime)): Print struct utimbuf as a structure,
not as an array (use curly brackets instead of square ones).
Add field names to the output.
* tests/utime.c (main): Update expected output.
tests/utime.c
utime.c