1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/editors/textedit/files/patch-aa
James Raynard 5c62ad9cd8 The XView windowing text editor, based around command panel buttons
and text areas and menus.  It supports both mouse and keyboard
operations.
1998-01-04 22:33:30 +00:00

17 lines
442 B
Plaintext

--- textedit.c.orig Tue Nov 4 22:36:32 1997
+++ textedit.c Tue Nov 4 22:45:23 1997
@@ -40,10 +40,13 @@
* The function is already defined in the XView libraries
long textsw_store_file();
*/
+#if (!defined(BSD) || (BSD < 199103))
char *getwd(), *sprintf();
+#endif
void frame_cmdline_help();
static int off();
static Notify_value mysigproc();
+static die(char *, char *, char *);
/*
extern Notify_value textedit_event_proc();
*/