summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJ.H.M. Dassen <rdassen@redhat.com>2009-06-09 07:58:02 -0700
committerPetr Baudis <pasky@suse.cz>2009-06-12 11:41:20 +0200
commitac37d9836e2967b9d5cd5b260910db53fbab1858 (patch)
tree0b0502e9cfbcce032bc2364540ec596857cbbf98 /ChangeLog
parente40d82c4ee736936290827c8297c2c58e2181932 (diff)
Remove comma at end of enum.
(cherry picked from commit 88ea382fda5af7717f85bb19837c9c99094f3df4)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 5 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 3063dc8b87..c6c3553ee1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,10 @@
2009-06-09 Ulrich Drepper <drepper@redhat.com>
- * libio/fileops.c (_IO_new_file_fopen): Don't prematurely stop
- parsing mode string.
+ * dlfcn/dlfcn.h: Remove comma at end of enum.
+ Patch by J.H.M. Dassen <rdassen@redhat.com>.
+
+ * libio/fileops.c (_IO_new_file_fopen): Don't prematurely stop
+ parsing mode string.
2009-06-03 Ulrich Drepper <drepper@redhat.com>