You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

34 lines
766 B

Index: man/texinfo2man.c
--- man/texinfo2man.c.orig 2008-03-11 19:50:42 +0100
+++ man/texinfo2man.c 2009-02-15 20:31:39 +0100
@@ -1,6 +1,5 @@
#include <stdio.h>
#include <stdlib.h>
-#include <malloc.h>
#include <string.h>
#include <ctype.h>
Index: src/globs.c
--- src/globs.c.orig 2008-03-11 19:50:42 +0100
+++ src/globs.c 2009-02-15 20:26:23 +0100
@@ -25,9 +25,6 @@
#include "indent.h"
#include "globs.h"
-#ifdef HAVE_MALLOC_H
-#include <malloc.h>
-#endif
#include <stdlib.h>
#include <errno.h>
Index: src/wildexp.c
--- src/wildexp.c.orig 2008-03-11 19:50:42 +0100
+++ src/wildexp.c 2009-02-15 20:26:23 +0100
@@ -46,7 +46,6 @@
#include <string.h>
#include <stdlib.h>
#include <direct.h>
-#include <malloc.h>
#include <ctype.h>
#include "sys.h"