summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-util/indent/files')
-rw-r--r--dev-util/indent/files/2.2.9-malloc.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/dev-util/indent/files/2.2.9-malloc.patch b/dev-util/indent/files/2.2.9-malloc.patch
new file mode 100644
index 000000000000..6dfcee76dc4c
--- /dev/null
+++ b/dev-util/indent/files/2.2.9-malloc.patch
@@ -0,0 +1,10 @@
+diff -ur indent-2.2.9/man/texinfo2man.c indent-2.2.9-freebsd/man/texinfo2man.c
+--- indent-2.2.9/man/texinfo2man.c 2002-01-17 20:28:51.000000000 +0100
++++ indent-2.2.9-freebsd/man/texinfo2man.c 2005-07-30 11:13:26.616498832 +0200
+@@ -1,5 +1,5 @@
+ #include <stdio.h>
+-#include <malloc.h>
++#include <stdlib.h>
+ #include <string.h>
+ #include <ctype.h>
+