From: Roland McGrath Date: Tue, 31 Aug 2004 06:49:09 +0000 (+0000) Subject: . X-Git-Tag: v4.5.18~545 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3a71f1938bf59d027f74d16bf2a79405b2af999a;p=strace . --- diff --git a/ChangeLog b/ChangeLog index d6c20881..e59013b0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2004-08-30 Roland McGrath + * system.c (personality_options): Hard-code values here. + Don't #include at all. + Fixes RH#130965. + * file.c (print_xattr_val): New function to show attribute values. (sys_setxattr, sys_fsetxattr, sys_getxattr, sys_fgetxattr): Use it. From Ulrich Drepper .