about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 7 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index e52cd67f47..04f67f0dd9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,12 @@
+2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
+
+	* nss/makedb.c (MAP_POPULATE): If not defined, define to zero.
+
 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
 
-        Fix mlock in all cases except non-readable pages.
-        * sysdeps/mach/hurd/mlock.c (mlock): Give VM_PROT_READ
-        instead of VM_PROT_ALL as parameter to __vm_wire function.
+	Fix mlock in all cases except non-readable pages.
+	* sysdeps/mach/hurd/mlock.c (mlock): Give VM_PROT_READ
+	instead of VM_PROT_ALL as parameter to __vm_wire function.
 
 	* sysdeps/mach/hurd/mkdir.c: Include <string.h>.
 	(__mkdir): When path is `/', just fail with EEXIST.