Skip to content

Instantly share code, notes, and snippets.

@alessandrod
Created December 30, 2009 20:28
Show Gist options
  • Save alessandrod/266363 to your computer and use it in GitHub Desktop.
Save alessandrod/266363 to your computer and use it in GitHub Desktop.
diff -r -u indent-2.2.9.orig/man/texinfo2man.c indent-2.2.9/man/texinfo2man.c
--- indent-2.2.9.orig/man/texinfo2man.c 2002-01-17 20:28:51.000000000 +0100
+++ indent-2.2.9/man/texinfo2man.c 2009-12-30 21:34:37.000000000 +0100
@@ -1,5 +1,5 @@
#include <stdio.h>
-#include <malloc.h>
+#include <stdlib.h>
#include <string.h>
#include <ctype.h>
diff -r -u indent-2.2.9.orig/src/output.c indent-2.2.9/src/output.c
--- indent-2.2.9.orig/src/output.c 2002-12-12 18:36:49.000000000 +0100
+++ indent-2.2.9/src/output.c 2009-12-30 21:34:37.000000000 +0100
@@ -23,7 +23,7 @@
RCSTAG_CC ("$Id: output.c,v 1.5 2002/12/12 17:36:49 david Exp $");
-static FILE * output = NULL;
+FILE * output = NULL;
static BOOLEAN inhibited = 0;
static buf_break_st_ty * buf_break_list = NULL;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment