12 lines
313 B
Plaintext
12 lines
313 B
Plaintext
$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>
|
|
#include <stdlib.h>
|
|
-#include <malloc.h>
|
|
+#include <stdlib.h>
|
|
#include <string.h>
|
|
#include <ctype.h>
|
|
|