]> granicus.if.org Git - strace/commitdiff
.
authorRoland McGrath <roland@redhat.com>
Tue, 31 Aug 2004 06:49:09 +0000 (06:49 +0000)
committerRoland McGrath <roland@redhat.com>
Tue, 31 Aug 2004 06:49:09 +0000 (06:49 +0000)
ChangeLog

index d6c20881b218d9dad7dfec9fcde426fee0a19912..e59013b0ecdc60ce6b43654e20ffff43342ed4f2 100644 (file)
--- 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>.