diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2002-09-29 09:37:35 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2002-09-29 09:37:35 +0000 |
commit | 56385a8413a328cb90860c10e2303bd5415d777a (patch) | |
tree | 4ff8ecae1af7da58d6f66e4c2aa3e3a5f07ab0d8 /editors/offix-editor/files/patch-src-xedit.h | |
parent | Don't guess function prototypes, that's what system headers are for. (diff) |
Fix build (remove dup declarations)
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 */ + |