]> granicus.if.org Git - strace/commit
getdents: fix typos in array output
authorGabriel Laskar <gabriel@lse.epita.fr>
Thu, 19 Nov 2015 10:44:30 +0000 (11:44 +0100)
committerDmitry V. Levin <ldv@altlinux.org>
Thu, 19 Nov 2015 17:52:35 +0000 (17:52 +0000)
commita2df1c12dee06041ef7eac540bb2e471d77b0d7e
tree5e3f83b57a4dc13613c2f0e90cbd9c90cb531dec
parentf54cb96f7fdca4e1fa1c371e7874d7bba3bfc0ef
getdents: fix typos in array output

Array should be enclosed by square brakets, and elements should be
separated by commas.

* dirent.c (SYS_FUNC(getdents), SYS_FUNC(getdents64)): Fix typos
in array output.
* tests/getdents.awk: Update regexps to match fixed output.
* tests/getdents.out: Update output.

Signed-off-by: Gabriel Laskar <gabriel@lse.epita.fr>
dirent.c
tests/getdents.awk
tests/getdents.out