diff options
Diffstat (limited to 'editors/offix-editor/files/patch-src-xedit.h')
-rw-r--r-- | editors/offix-editor/files/patch-src-xedit.h | 12 |
1 files changed, 12 insertions, 0 deletions
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 */ + |