This is the mail archive of the libc-hacker@sources.redhat.com mailing list for the glibc project.

Note that libc-hacker is a closed list. You may look at the archives of this list, but subscription and posting are not open.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] Warning fixes


Hi!

BTW, Roland, you checked in
2005-01-25  Roland McGrath  <roland@redhat.com>

        * sysdeps/generic/syslog.c [NO_SIGPIPE]: Protect sigpipe_handler decl.
ChangeLog entry but not the actual syslog.c change to shut up that warning.

2005-01-27  Jakub Jelinek  <jakub@redhat.com>

	* stdlib/tst-fmtmsg.c: Include stdlib.h.
	* stdio-common/tst-fmemopen2.c: Include string.h.

--- libc/stdlib/tst-fmtmsg.c.jj	2005-01-26 18:22:23.000000000 +0100
+++ libc/stdlib/tst-fmtmsg.c	2005-01-27 18:10:44.184372575 +0100
@@ -1,6 +1,7 @@
 #include <fmtmsg.h>
 #include <mcheck.h>
 #include <stdio.h>
+#include <stdlib.h>
 #include <string.h>
 
 
--- libc/stdio-common/tst-fmemopen2.c.jj	2005-01-06 03:08:27.000000000 +0100
+++ libc/stdio-common/tst-fmemopen2.c	2005-01-27 18:41:32.625070471 +0100
@@ -1,5 +1,6 @@
 #include <assert.h>
 #include <stdio.h>
+#include <string.h>
 #include <sys/types.h>
 
 

	Jakub


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]