20135bc426
- Add KNF (-knf) option - Enable BERKELEY option by default - Use gettext port rather than building its own From Jim Geovedi <jim@corebsd.or.id>, thanks!
11 lines
295 B
Plaintext
11 lines
295 B
Plaintext
$OpenBSD: patch-man_texinfo2man_c,v 1.1 2002/08/26 02:55:09 pvalchev Exp $
|
|
--- man/texinfo2man.c.orig Thu Jan 17 12:28:51 2002
|
|
+++ man/texinfo2man.c Sun Aug 25 20:37:07 2002
|
|
@@ -1,5 +1,5 @@
|
|
#include <stdio.h>
|
|
-#include <malloc.h>
|
|
+#include <stdlib.h>
|
|
#include <string.h>
|
|
#include <ctype.h>
|
|
|