summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2005-08-08 20:53:35 +0000
committerRoland McGrath <roland@gnu.org>2005-08-08 20:53:35 +0000
commitba4ee8de71b6a2f16ea0456ebeedf3991af7d9cf (patch)
treefa350c08b63654791331db8051b659b078eda271
parent820e7d0b0877fbf8273ef3b3810d822df429d5c5 (diff)
* mach/shortcut.awk: Ignore `weak_alias' lines.
Reported by Alfred M. Szmidt <ams@gnu.org>. Reported by Alfred M. Szmidt <ams@gnu.org>.
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 10e137892d..c7dd59d53c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -71,7 +71,11 @@
2005-08-05 Roland McGrath <roland@redhat.com>
+ * mach/shortcut.awk: Ignore `weak_alias' lines.
+ Reported by Alfred M. Szmidt <ams@gnu.org>.
+
* sysdeps/mach/hurd/mig-reply.c (reply_port): Don't use ?: as lvalue.
+ Reported by Alfred M. Szmidt <ams@gnu.org>.
2005-08-03 Dwayne Grant McConnell <dgm69@us.ibm.com>