about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@gmail.com>2011-09-09 21:46:08 -0400
committerUlrich Drepper <drepper@gmail.com>2011-09-09 21:46:08 -0400
commitf19009c1551a396ee8eff96a83254243ce25a090 (patch)
tree0983371068093a21a21e4f8c0cfa4756a95103eb /ChangeLog
parent3f8cc204fdd077da66ffc8e9595158b469e2b8e5 (diff)
downloadglibc-f19009c1551a396ee8eff96a83254243ce25a090.tar.gz
glibc-f19009c1551a396ee8eff96a83254243ce25a090.tar.xz
glibc-f19009c1551a396ee8eff96a83254243ce25a090.zip
Use (void*) instead of 0 for return value pointer in __cmsg_nexthdr
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7cc7ab0d38..6ea3e112d5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
 
+	* sysdeps/unix/bsd/bsd4.4/bits/socket.h (__cmsg_nxthdr): Use NULL
+	instead of 0.
+	* sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Use (void*)0
+	instead of 0.                              .
+	* sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
+	Patch in part by Pavel Roskin <proski@gnu.org>.
+
 	[BZ #13138]
 	* stdio-common/vfscanf.c (ADDW): Allocate large memory block with
 	realloc.