summaryrefslogtreecommitdiff
path: root/editors/textedit/files/patch-aa
blob: febc49860598108c1409158085aa99c2635c7164 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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();
 */