From 56385a8413a328cb90860c10e2303bd5415d777a Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Sun, 29 Sep 2002 09:37:35 +0000 Subject: Fix build (remove dup declarations) --- editors/offix-editor/files/patch-src-xedit.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 editors/offix-editor/files/patch-src-xedit.h (limited to 'editors/offix-editor/files/patch-src-xedit.h') diff --git a/editors/offix-editor/files/patch-src-xedit.h b/editors/offix-editor/files/patch-src-xedit.h new file mode 100644 index 000000000000..83e813b98213 --- /dev/null +++ b/editors/offix-editor/files/patch-src-xedit.h @@ -0,0 +1,12 @@ +--- src/xedit.h.orig Sun Sep 29 02:34:19 2002 ++++ src/xedit.h Sun Sep 29 02:34:41 2002 +@@ -225,7 +225,9 @@ + extern void getdirectory(); + + /* Unix externals */ ++#ifndef __FreeBSD__ + extern char *malloc(); ++#endif + + /* Drag and drop stuff */ + -- cgit v1.2.3