pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/opencdk/patches s/malloc.h/stdlib.h/ for darw...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b561dbbcbe7b
branches:  trunk
changeset: 475073:b561dbbcbe7b
user:      danw <danw%pkgsrc.org@localhost>
date:      Sun May 09 20:02:59 2004 +0000

description:
s/malloc.h/stdlib.h/ for darwin/freebsd

diffstat:

 security/opencdk/patches/patch-aa |  13 +++++++++++++
 security/opencdk/patches/patch-ab |  13 +++++++++++++
 security/opencdk/patches/patch-ac |  13 +++++++++++++
 3 files changed, 39 insertions(+), 0 deletions(-)

diffs (51 lines):

diff -r dbf3485d24d0 -r b561dbbcbe7b security/opencdk/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/opencdk/patches/patch-aa Sun May 09 20:02:59 2004 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1 2004/05/09 20:02:59 danw Exp $
+
+--- src/encrypt.c.orig Sat Mar 13 11:34:03 2004
++++ src/encrypt.c
+@@ -24,7 +24,7 @@
+ #endif
+ #include <stdio.h>
+ #include <stdarg.h>
+-#include <malloc.h>
++#include <stdlib.h>
+ #include <assert.h>
+ 
+ #include "opencdk.h"
diff -r dbf3485d24d0 -r b561dbbcbe7b security/opencdk/patches/patch-ab
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/opencdk/patches/patch-ab Sun May 09 20:02:59 2004 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-ab,v 1.1 2004/05/09 20:02:59 danw Exp $
+
+--- src/main.c.orig    Sat Mar 13 11:34:08 2004
++++ src/main.c
+@@ -24,7 +24,7 @@
+ #endif
+ #include <stdio.h>
+ #include <errno.h>
+-#include <malloc.h>
++#include <stdlib.h>
+ #ifdef HAVE_PWD_H
+ # include <pwd.h>
+ #endif
diff -r dbf3485d24d0 -r b561dbbcbe7b security/opencdk/patches/patch-ac
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/opencdk/patches/patch-ac Sun May 09 20:02:59 2004 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-ac,v 1.1 2004/05/09 20:02:59 danw Exp $
+
+--- src/misc.c.orig    Sat Mar 13 11:34:11 2004
++++ src/misc.c
+@@ -27,7 +27,7 @@
+ #include <string.h>
+ #include <ctype.h>
+ #include <time.h>
+-#include <malloc.h>
++#include <stdlib.h>
+ 
+ #include "opencdk.h"
+ #include "main.h"



Home | Main Index | Thread Index | Old Index