summaryrefslogtreecommitdiff
path: root/editors/offix-editor/files/patch-src-file.c
blob: 5e3155ca6277b400cf36eef6659873c5a7ce9127 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- src/file.c.orig	Sun Sep 29 02:35:33 2002
+++ src/file.c	Sun Sep 29 02:35:43 2002
@@ -44,7 +44,9 @@
 #include <sys/stat.h>
 #include <stdlib.h>
 
+#ifndef __FreeBSD__
 extern char *malloc();
+#endif
 
 extern Widget textwindow;
 extern Widget labelwindow;