Added support for old*stat syscalls for Linux
Changed referenced to LINUX to linux in file.c
Fix include for ldt.h in mem.c while we're at it
diff --git a/ChangeLog b/ChangeLog
index 612848d..76069ad 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Fri Apr 16 02:18:05 CEST 1999 Wichert Akkerman <wakkerma@debian.org>
+
+  * Add support for old_*stat functions for Linux. Note to self:
+    check osf_*stat functions for Linux alpha.
+  * Change references to LINUX into linux in file.c
+  * Fix include for LDT in mem.c
 
 Thu Apr 15 22:28:15 CEST 1999 Wichert Akkerman <wakkerma@debian.org>