public inbox for libc-hacker@sourceware.org
 help / color / mirror / Atom feed
* Some more patches for NULL change
@ 2000-02-23  0:58 Andreas Jaeger
  2000-02-23 14:09 ` Ulrich Drepper
  0 siblings, 1 reply; 2+ messages in thread
From: Andreas Jaeger @ 2000-02-23  0:58 UTC (permalink / raw)
  To: GNU libc hacker

With Uli's recent change to dlfcn.h, we don't have NULL anymore in some headers
- but now the current CVS version of glibc doesn't compile anymore
:-(.

Besides my patch iconv/gconv.c (sent already) the following patches
are needed.

Andreas

2000-02-23  Andreas Jaeger  <aj@suse.de>

	* dlfcn/dlopen.c: Include <stddef.h> for NULL.
	* dlfcn/dlsym.c: Likewise.
	* dlfcn/dlvsym.c: Likewise.

============================================================
Index: dlfcn/dlopen.c
--- dlfcn/dlopen.c	1999/07/07 18:26:16	1.1
+++ dlfcn/dlopen.c	2000/02/23 08:56:16
@@ -18,6 +18,7 @@
    Boston, MA 02111-1307, USA.  */
 
 #include <dlfcn.h>
+#include <stddef.h>
 
 struct dlopen_args
 {
============================================================
Index: dlfcn/dlsym.c
--- dlfcn/dlsym.c	1999/07/07 18:26:40	1.1
+++ dlfcn/dlsym.c	2000/02/23 08:56:16
@@ -18,6 +18,7 @@
    Boston, MA 02111-1307, USA.  */
 
 #include <dlfcn.h>
+#include <stddef.h>
 
 struct dlsym_args
 {
============================================================
Index: dlfcn/dlvsym.c
--- dlfcn/dlvsym.c	1999/07/07 18:26:55	1.1
+++ dlfcn/dlvsym.c	2000/02/23 08:56:16
@@ -18,6 +18,7 @@
    Boston, MA 02111-1307, USA.  */
 
 #include <dlfcn.h>
+#include <stddef.h>
 
 struct dlvsym_args
 {

-- 
 Andreas Jaeger
  SuSE Labs aj@suse.de
   private aj@arthur.rhein-neckar.de

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

* Re: Some more patches for NULL change
  2000-02-23  0:58 Some more patches for NULL change Andreas Jaeger
@ 2000-02-23 14:09 ` Ulrich Drepper
  0 siblings, 0 replies; 2+ messages in thread
From: Ulrich Drepper @ 2000-02-23 14:09 UTC (permalink / raw)
  To: Andreas Jaeger; +Cc: GNU libc hacker

Andreas Jaeger <aj@suse.de> writes:

> Besides my patch iconv/gconv.c (sent already) the following patches
> are needed.

Thanks, I've applied this.

-- 
---------------.      drepper at gnu.org  ,-.   1325 Chesapeake Terrace
Ulrich Drepper  \    ,-------------------'   \  Sunnyvale, CA 94089 USA
Red Hat          `--' drepper at redhat.com   `------------------------

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

end of thread, other threads:[~2000-02-23 14:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-02-23  0:58 Some more patches for NULL change Andreas Jaeger
2000-02-23 14:09 ` 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).