summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorWichert Akkerman <wichert@deephackmode.org>1999-04-18 19:35:42 +0000
committerWichert Akkerman <wichert@deephackmode.org>1999-04-18 19:35:42 +0000
commit25d0c4fdf25b7a2c1132b46a5753e3308a50a3a2 (patch)
treebce48484d3c02abeb197e1f23bc98eba93d75bfc /ChangeLog
parenta0f36c6c29ff6d883b8bbfeaa16450ab269d41f6 (diff)
downloadstrace-25d0c4fdf25b7a2c1132b46a5753e3308a50a3a2.tar.gz
strace-25d0c4fdf25b7a2c1132b46a5753e3308a50a3a2.tar.bz2
strace-25d0c4fdf25b7a2c1132b46a5753e3308a50a3a2.tar.xz
Fix stat structures for Linux once again
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 76069ad..5468bcd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,7 @@
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.
+ * Add support for old_*stat functions for Linux. Please note you need
+ to use reasonably recent kernel headers to compile strace now.
* Change references to LINUX into linux in file.c
* Fix include for LDT in mem.c