[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

r2718 - in glibc-package/trunk/debian: . patches/any



Author: aurel32
Date: 2007-11-29 10:26:22 +0000 (Thu, 29 Nov 2007)
New Revision: 2718

Modified:
   glibc-package/trunk/debian/changelog
   glibc-package/trunk/debian/patches/any/submitted-malloc_h.diff
Log:
Also define __need_NULL in malloc.h


Modified: glibc-package/trunk/debian/changelog
===================================================================
--- glibc-package/trunk/debian/changelog	2007-11-28 23:28:12 UTC (rev 2717)
+++ glibc-package/trunk/debian/changelog	2007-11-29 10:26:22 UTC (rev 2718)
@@ -20,8 +20,8 @@
   * patches/localedata/locale-de_LI.diff: new locale contributed by Giacomo
     Catenazzi.  Closes: #453041.
   * debian/debhelper.in/locales-all.postinst: honor TMPDIR.  Closes: #453326.
-  * patches/any/submitted-malloc_h.diff: defines __need_ptrdiff_t and
-    __need_size_t in malloc.h.  Closes: #453264.
+  * patches/any/submitted-malloc_h.diff: defines __need_ptrdiff_t,
+    __need_size_t and __need_NULL in malloc.h.  Closes: #453264.
 
  -- Aurelien Jarno <aurel32@debian.org>  Thu, 29 Nov 2007 00:00:08 +0100
 

Modified: glibc-package/trunk/debian/patches/any/submitted-malloc_h.diff
===================================================================
--- glibc-package/trunk/debian/patches/any/submitted-malloc_h.diff	2007-11-28 23:28:12 UTC (rev 2717)
+++ glibc-package/trunk/debian/patches/any/submitted-malloc_h.diff	2007-11-29 10:26:22 UTC (rev 2718)
@@ -1,6 +1,7 @@
-2007-11-18  Aurelien Jarno  <aurelien@aurel32.net>
+2007-11-19  Aurelien Jarno  <aurelien@aurel32.net>
 
-	* malloc/malloc.h: Define __need_size_t and __need_ptrdiff_t.
+	* malloc/malloc.h: Define __need_NULL, __need_ptrdiff_t
+	and__need_size_t.
 
 Index: malloc/malloc.h
 ===================================================================
@@ -8,13 +9,14 @@
 retrieving revision 1.30
 diff -u -d -p -r1.30 malloc.h
 --- malloc/malloc.h	19 Jul 2007 17:05:07 -0000	1.30
-+++ malloc/malloc.h	28 Nov 2007 22:57:02 -0000
-@@ -22,6 +22,8 @@
++++ malloc/malloc.h	28 Nov 2007 07:57:02 -0000
+@@ -22,6 +22,9 @@
  #define _MALLOC_H 1
  
  #include <features.h>
++#define __need_NULL
++#define __need_ptrdiff_t
 +#define __need_size_t
-+#define __need_ptrdiff_t
  #include <stddef.h>
  # define __malloc_ptr_t  void *
  



Reply to: