[PATCH v1] Fixed bug: missing flags in stat related compatibility syscalls like syscalls

Dmitry V. Levin ldv at altlinux.org
Fri Mar 24 02:14:20 UTC 2017


On Wed, Mar 22, 2017 at 12:26:27PM +0530, Abhishek Tiwari wrote:
[...]
> -[ 40] = { 5,	0,		SEN(printargs),			"osf_old_lstat"		}, /*not implemented */
> +[ 40] = { 5,	TD,		SEN(printargs),			"osf_old_lstat"		}, /*not implemented */
[...]
> -[225] = { 5,	0,		SEN(printargs),			"osf_lstat"		}, /*not implemented */
> +[225] = { 5,	TD,		SEN(printargs),			"osf_lstat"		}, /*not implemented */

Really?  Have you been editing this by hand?
Please use a sed expression instead.


-- 
ldv
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 801 bytes
Desc: not available
URL: <http://lists.strace.io/pipermail/strace-devel/attachments/20170324/6abafad8/attachment.bin>


More information about the Strace-devel mailing list