diff options
author | joerg <joerg> | 2007-08-11 16:45:52 +0000 |
---|---|---|
committer | joerg <joerg> | 2007-08-11 16:45:52 +0000 |
commit | 0648faeadfadbe4028b5b3d0749311bface5b30d (patch) | |
tree | 92b9c4d3a0f5ee0105cbac52bc23addeb588274f /mbone/rat | |
parent | 54570711a1cadeab930d995ac5b7aa595f5e1a37 (diff) | |
download | pkgsrc-0648faeadfadbe4028b5b3d0749311bface5b30d.tar.gz |
Don't use malloc.h.
Diffstat (limited to 'mbone/rat')
-rw-r--r-- | mbone/rat/distinfo | 5 | ||||
-rw-r--r-- | mbone/rat/patches/patch-am | 15 | ||||
-rw-r--r-- | mbone/rat/patches/patch-an | 11 | ||||
-rw-r--r-- | mbone/rat/patches/patch-ao | 14 |
4 files changed, 44 insertions, 1 deletions
diff --git a/mbone/rat/distinfo b/mbone/rat/distinfo index dfada0457ac..9761b636832 100644 --- a/mbone/rat/distinfo +++ b/mbone/rat/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.7 2007/01/08 17:33:42 joerg Exp $ +$NetBSD: distinfo,v 1.8 2007/08/11 16:45:52 joerg Exp $ SHA1 (rat-3.0.28.tar.gz) = 37ddf3a98fa9182016b1d132e767aec9838a2a9c RMD160 (rat-3.0.28.tar.gz) = 38e7061cecb866fe1ae8c4806bb6cc8246be7118 @@ -15,3 +15,6 @@ SHA1 (patch-ai) = 0cfe2a570e5870279ac765df458e727df134aaa2 SHA1 (patch-aj) = 9e972414ced6aeb8ba434204dde7df22d9535379 SHA1 (patch-ak) = 022e57bbf176f28eb7f3f4eb34cfe27c81d01771 SHA1 (patch-al) = 6358b40664ab89daa938b34e73285f65625b9038 +SHA1 (patch-am) = 2cd50a5ee902aa798a0a19c0d210bfd6f7c9e077 +SHA1 (patch-an) = ef9045058984acf85188564bc03ab067543c4c96 +SHA1 (patch-ao) = f122d0e3377c4656eee77e8c3ca07b1131ad666d diff --git a/mbone/rat/patches/patch-am b/mbone/rat/patches/patch-am new file mode 100644 index 00000000000..a2936369cd3 --- /dev/null +++ b/mbone/rat/patches/patch-am @@ -0,0 +1,15 @@ +$NetBSD: patch-am,v 1.1 2007/08/11 16:45:52 joerg Exp $ + +--- src/gsm_create.c.orig 2007-08-11 16:19:02.000000000 +0000 ++++ src/gsm_create.c +@@ -11,10 +11,6 @@ + #include "assert.h" + #include "gsm.h" + +-#ifndef FreeBSD +-#include <malloc.h> +-#endif +- + struct gsm_state *gsm_create(void) + { + struct gsm_state *r; diff --git a/mbone/rat/patches/patch-an b/mbone/rat/patches/patch-an new file mode 100644 index 00000000000..e0e15da9fd1 --- /dev/null +++ b/mbone/rat/patches/patch-an @@ -0,0 +1,11 @@ +$NetBSD: patch-an,v 1.1 2007/08/11 16:45:52 joerg Exp $ + +--- src/gsm_destroy.c.orig 2007-08-11 16:19:04.000000000 +0000 ++++ src/gsm_destroy.c +@@ -8,6 +8,2 @@ + +-#ifndef FreeBSD +-#include <malloc.h> +-#endif +- + #include <stdlib.h> diff --git a/mbone/rat/patches/patch-ao b/mbone/rat/patches/patch-ao new file mode 100644 index 00000000000..124bcace5f7 --- /dev/null +++ b/mbone/rat/patches/patch-ao @@ -0,0 +1,14 @@ +$NetBSD: patch-ao,v 1.1 2007/08/11 16:45:53 joerg Exp $ + +--- src/qfDES.c.orig 2007-08-11 16:19:07.000000000 +0000 ++++ src/qfDES.c +@@ -20,9 +20,6 @@ Added 2 August 1996, Saleem + #include <string.h> + #include <stdio.h> + #include <memory.h> +-#ifndef FreeBSD +-#include <malloc.h> +-#endif + #include <ctype.h> + #include <errno.h> + #include "qfDES.h" |