openbsd-ports/devel/gindent/patches/patch-man_texinfo2man_c

12 lines
313 B
Plaintext
Raw Normal View History

2012-09-11 19:40:52 -04:00
$OpenBSD: patch-man_texinfo2man_c,v 1.2 2012/09/11 23:40:52 sthen Exp $
--- man/texinfo2man.c.orig Tue Mar 11 18:50:42 2008
+++ man/texinfo2man.c Wed Sep 12 00:24:44 2012
@@ -1,6 +1,6 @@
#include <stdio.h>
2012-09-11 19:40:52 -04:00
#include <stdlib.h>
-#include <malloc.h>
+#include <stdlib.h>
#include <string.h>
#include <ctype.h>