summaryrefslogtreecommitdiff
path: root/mbone/rat/patches/patch-am
diff options
context:
space:
mode:
Diffstat (limited to 'mbone/rat/patches/patch-am')
-rw-r--r--mbone/rat/patches/patch-am15
1 files changed, 15 insertions, 0 deletions
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;