summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2010-12-24 16:39:10 +0100
committerBruno Haible <bruno@clisp.org>2010-12-24 16:39:10 +0100
commitbce5ad8b3398b2b5958267e79c342e0b20c8f3bb (patch)
tree0f55e6863536df724c7d40fb9b083236dc16d97a /ChangeLog
parentedb19e7ea4f5977fc53c8e9ec81caed2c0a78348 (diff)
downloadgnulib-bce5ad8b3398b2b5958267e79c342e0b20c8f3bb.tar.gz
gethostname: Ensure declaration on NonStop Kernel.
* lib/unistd.in.h: Include <netdb.h> also on NonStop Kernel systems. Reported by Joachim Schmitz <jojo@schmitz-digital.de>.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ed375b6a49..3abaad0825 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2010-12-24 Bruno Haible <bruno@clisp.org>
+ gethostname: Ensure declaration on NonStop Kernel.
+ * lib/unistd.in.h: Include <netdb.h> also on NonStop Kernel systems.
+ Reported by Joachim Schmitz <jojo@schmitz-digital.de>.
+
+2010-12-24 Bruno Haible <bruno@clisp.org>
+
sys_select: Ensure all necessary types on NonStop Kernel.
* lib/sys_select.in.h: If the system does not have <sys/select.h>,
include <sys/time.h>.