aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorChris Metcalf <cmetcalf@tilera.com>2014-06-06 18:25:31 -0400
committerChris Metcalf <cmetcalf@tilera.com>2014-06-06 18:25:31 -0400
commit4d3ae034b7c02b6a94e04ec7a32582379b6f4716 (patch)
treefa5b083d20e4052973b17e0e074c5ecdafbea250 /ChangeLog
parent8540f6d2a74fe9d67440535ebbcfa252180a3172 (diff)
downloadglibc-4d3ae034b7c02b6a94e04ec7a32582379b6f4716.tar
glibc-4d3ae034b7c02b6a94e04ec7a32582379b6f4716.tar.gz
glibc-4d3ae034b7c02b6a94e04ec7a32582379b6f4716.tar.bz2
glibc-4d3ae034b7c02b6a94e04ec7a32582379b6f4716.zip
crypt: don't include ufc-crypt.h multiple times
The file has no inclusion guards, and contains typedefs that cause errors when included multiple times with older (pre-C11) compilers such as gcc 4.4. Save the "#ifdef DOS" content to crypt-private.h even though it's likely not particularly useful.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4baa8455ce..38210961a2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2014-06-06 Chris Metcalf <cmetcalf@tilera.com>
+
+ * crypt/crypt-private.h [DOS]: Add some includes taken from the
+ other files in the crypt directory.
+ * crypt/crypt.c: Remove duplicate includes.
+ * crypt/crypt-entry.c: Likewise.
+ * crypt/crypt_util.c: Likewise.
+
2014-06-06 Joseph Myers <joseph@codesourcery.com>
* Makeconfig (run-program-env): New variable.