]> granicus.if.org Git - strace/commitdiff
.
authorRoland McGrath <roland@redhat.com>
Mon, 1 Mar 2004 22:10:58 +0000 (22:10 +0000)
committerRoland McGrath <roland@redhat.com>
Mon, 1 Mar 2004 22:10:58 +0000 (22:10 +0000)
ChangeLog

index 077554348ef12c45db777de9f4789f94477b802c..a119bb8c040a85a2790a9fc80106e607828aac60 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
 2004-03-01  Roland McGrath  <roland@redhat.com>
 
+       * configure.ac: Check for `struct user_desc' in <asm/ldt.h>.
+       * process.c [HAVE_STRUCT_USER_DESC]: Use struct user_desc in place of
+       struct modify_ldt_ldt_s.
+       * mem.c [HAVE_STRUCT_USER_DESC]: Likewise.
+
+       * system.c (sysctl_vm): Conditionalize VM_* macro uses, add some more.
+       From Tim Yamin <plasmaroo@gentoo.org>.
+
        * process.c (sys_execve): Clear instead of set TCB_WAITEXECVE on
        erring syscall.