pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/wm/olvwm Don't use malloc.h.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/987baaf9c948
branches:  trunk
changeset: 531936:987baaf9c948
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Wed Aug 08 20:40:48 2007 +0000

description:
Don't use malloc.h.

diffstat:

 wm/olvwm/distinfo         |   3 ++-
 wm/olvwm/patches/patch-an |  13 +++++++++++++
 2 files changed, 15 insertions(+), 1 deletions(-)

diffs (31 lines):

diff -r da837d9b1902 -r 987baaf9c948 wm/olvwm/distinfo
--- a/wm/olvwm/distinfo Wed Aug 08 20:30:27 2007 +0000
+++ b/wm/olvwm/distinfo Wed Aug 08 20:40:48 2007 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.4 2006/01/19 23:15:59 joerg Exp $
+$NetBSD: distinfo,v 1.5 2007/08/08 20:40:48 joerg Exp $
 
 SHA1 (olvwm4.src4.tar.gz) = d8900f1aeccfc75924e922d9e86008462de12e62
 RMD160 (olvwm4.src4.tar.gz) = 6523adb9a2f08829dbe6099e88ac031b1dd232a4
@@ -16,3 +16,4 @@
 SHA1 (patch-ak) = 2b5caceb2022dd769cf3ad1eefbb25a924ade012
 SHA1 (patch-al) = 76e0eccf43e6a103ffdafad2692b5817ec138d14
 SHA1 (patch-am) = 801152c57c9e5b50a48f9091464d8cff3b4db0f5
+SHA1 (patch-an) = 5e6e28b8f07184ec13420b3c2e24d9e7cc81957e
diff -r da837d9b1902 -r 987baaf9c948 wm/olvwm/patches/patch-an
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/wm/olvwm/patches/patch-an Wed Aug 08 20:40:48 2007 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-an,v 1.1 2007/08/08 20:40:48 joerg Exp $
+
+--- mem.c.orig 2007-08-08 20:20:14.000000000 +0000
++++ mem.c
+@@ -18,7 +18,7 @@
+ 
+ 
+ #include <sys/types.h>
+-#include <malloc.h>
++#include <stdlib.h>
+ #include <memory.h>
+ #include <stdio.h>
+ 



Home | Main Index | Thread Index | Old Index