public inbox for libc-hacker@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] Small warning fixes
@ 2003-11-18 13:04 Jakub Jelinek
  2003-11-18 19:13 ` Ulrich Drepper
  0 siblings, 1 reply; 2+ messages in thread
From: Jakub Jelinek @ 2003-11-18 13:04 UTC (permalink / raw)
  To: Ulrich Drepper, Roland McGrath; +Cc: Glibc hackers

Hi!

2003-11-18  Jakub Jelinek  <jakub@redhat.com>

	* io/bug-ftw4.c: Include string.h.
	* posix/fnmatch.c (mbsinit): Remove define.

--- libc/io/bug-ftw4.c.jj	2003-11-04 22:10:35.000000000 +0100
+++ libc/io/bug-ftw4.c	2003-11-18 13:57:07.000000000 +0100
@@ -22,6 +22,7 @@
 #include <ftw.h>
 #include <stdlib.h>
 #include <stdio.h>
+#include <string.h>
 #include <sys/stat.h>
 #include <unistd.h>
 
--- libc/posix/fnmatch.c.jj	2003-03-16 02:03:46.000000000 +0100
+++ libc/posix/fnmatch.c	2003-11-18 13:55:25.000000000 +0100
@@ -59,7 +59,6 @@
 # include <shlib-compat.h>
 
 # define CONCAT(a,b) __CONCAT(a,b)
-# define mbsinit __mbsinit
 # define mbsrtowcs __mbsrtowcs
 # define fnmatch __fnmatch
 extern int fnmatch (const char *pattern, const char *string, int flags);

	Jakub

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] Small warning fixes
  2003-11-18 13:04 [PATCH] Small warning fixes Jakub Jelinek
@ 2003-11-18 19:13 ` Ulrich Drepper
  0 siblings, 0 replies; 2+ messages in thread
From: Ulrich Drepper @ 2003-11-18 19:13 UTC (permalink / raw)
  To: Jakub Jelinek; +Cc: Glibc hackers

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Jakub Jelinek wrote:

> 	* io/bug-ftw4.c: Include string.h.
> 	* posix/fnmatch.c (mbsinit): Remove define.

Thanks, I've applied it.

- -- 
➧ Ulrich Drepper ➧ Red Hat, Inc. ➧ 444 Castro St ➧ Mountain View, CA ❖
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.2 (GNU/Linux)

iD8DBQE/um9C2ijCOnn/RHQRAvMjAKC8DF5ufdHgRrzK+6UHtEjcfXFu1ACeLRXa
hVvzWLZL/QxSdOBnZBCpRiU=
=XcdO
-----END PGP SIGNATURE-----

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2003-11-18 19:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-11-18 13:04 [PATCH] Small warning fixes Jakub Jelinek
2003-11-18 19:13 ` Ulrich Drepper

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).