pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/editors/emacs20 malloc.h --> stdlib.h



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ed8fbcf5f65a
branches:  trunk
changeset: 531681:ed8fbcf5f65a
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Sat Aug 04 12:19:23 2007 +0000

description:
malloc.h --> stdlib.h

diffstat:

 editors/emacs20/distinfo         |   3 ++-
 editors/emacs20/patches/patch-cb |  13 +++++++++++++
 2 files changed, 15 insertions(+), 1 deletions(-)

diffs (31 lines):

diff -r fe56042207a2 -r ed8fbcf5f65a editors/emacs20/distinfo
--- a/editors/emacs20/distinfo  Sat Aug 04 12:16:44 2007 +0000
+++ b/editors/emacs20/distinfo  Sat Aug 04 12:19:23 2007 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.9 2007/06/30 01:01:13 joerg Exp $
+$NetBSD: distinfo,v 1.10 2007/08/04 12:19:23 joerg Exp $
 
 SHA1 (emacs-20.7.tar.gz) = ef0168b927fb633bc9b14e2249431f26ff8b8452
 RMD160 (emacs-20.7.tar.gz) = f3b8ea8d6f6ad52ccdd7ca74c84e87a7409fc270
@@ -57,3 +57,4 @@
 SHA1 (patch-by) = a383206a32e902c448a1b529cf1eefc485f5beab
 SHA1 (patch-bz) = c395a2acb2aa1e2c1582f6bb46a32bcfa4661b85
 SHA1 (patch-ca) = e9c9929ea5f16ac9f4bec09f2bf8e4e28578702d
+SHA1 (patch-cb) = a7e3926f4b8a107e004b731f2064493e7d436cd4
diff -r fe56042207a2 -r ed8fbcf5f65a editors/emacs20/patches/patch-cb
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/editors/emacs20/patches/patch-cb  Sat Aug 04 12:19:23 2007 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-cb,v 1.1 2007/08/04 12:19:23 joerg Exp $
+
+--- src/alloc.c.orig   2007-08-04 11:48:13.000000000 +0000
++++ src/alloc.c
+@@ -53,7 +53,7 @@ extern char *sbrk ();
+ 
+ #if defined (__STDC__) && __STDC__
+ #include <stddef.h>
+-#include <malloc.h>
++#include <stdlib.h>
+ #define       __malloc_size_t         size_t
+ #else
+ #define       __malloc_size_t         unsigned int



Home | Main Index | Thread Index | Old Index