commit | 3a71f1938bf59d027f74d16bf2a79405b2af999a | [log] [tgz] |
---|---|---|
author | Roland McGrath <roland@redhat.com> | Tue Aug 31 06:49:09 2004 +0000 |
committer | Roland McGrath <roland@redhat.com> | Tue Aug 31 06:49:09 2004 +0000 |
tree | 66963c3d295e063629eb9200f763b9848d3ebe5e | |
parent | ced50da46b600af578f2c341ba0db31c72880eb2 [diff] [blame] |
.
diff --git a/ChangeLog b/ChangeLog index d6c2088..e59013b 100644 --- a/ChangeLog +++ b/ChangeLog
@@ -1,5 +1,9 @@ 2004-08-30 Roland McGrath <roland@redhat.com> + * system.c (personality_options): Hard-code values here. + Don't #include <linux/personality.h> 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 <drepper@redhat.com>.