diff options
| author | James Raynard <jraynard@FreeBSD.org> | 1998-01-04 22:33:30 +0000 |
|---|---|---|
| committer | James Raynard <jraynard@FreeBSD.org> | 1998-01-04 22:33:30 +0000 |
| commit | 5c62ad9cd80f8b15f7ae967605e38a82b7d0c7d3 (patch) | |
| tree | 8009b532a1abb06923a3423b0dd300fa67f125d2 /editors/textedit/files/patch-aa | |
| parent | The xview "props" program. It allows users to interactively (diff) | |
The XView windowing text editor, based around command panel buttons
and text areas and menus. It supports both mouse and keyboard
operations.
Notes
Notes:
svn path=/head/; revision=9265
Diffstat (limited to 'editors/textedit/files/patch-aa')
| -rw-r--r-- | editors/textedit/files/patch-aa | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/editors/textedit/files/patch-aa b/editors/textedit/files/patch-aa new file mode 100644 index 000000000000..febc49860598 --- /dev/null +++ b/editors/textedit/files/patch-aa @@ -0,0 +1,16 @@ +--- 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(); + */ |
