From 0d24ce472965b1af574ee8eab914346a50d93ab0 Mon Sep 17 00:00:00 2001 From: cvs2svn Date: Tue, 14 Sep 1999 22:58:51 +0000 Subject: This commit was manufactured by cvs2svn to create tag 'RELEASE_3_3_0'. --- editors/joe-devel/files/patch-ad | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 editors/joe-devel/files/patch-ad (limited to 'editors/joe-devel/files/patch-ad') diff --git a/editors/joe-devel/files/patch-ad b/editors/joe-devel/files/patch-ad deleted file mode 100644 index a199b2b076d5..000000000000 --- a/editors/joe-devel/files/patch-ad +++ /dev/null @@ -1,18 +0,0 @@ ---- b.c Fri Jan 20 03:38:25 1995 -+++ b.c.new Fri Jul 23 03:36:10 1999 -@@ -21,6 +21,7 @@ - #include - #endif - #include -+#include - - #include "config.h" - #include "blocks.h" -@@ -1990,6 +1991,7 @@ - { - long tim=time(0); - B *b; -+ mode_t mask=umask(077); /* no access to DEADJOE for others */ - FILE *f=fopen("DEADJOE","a"); - fprintf(f,"\n*** Modified files in JOE when it aborted on %s",ctime(&tim)); - if(sig) fprintf(f,"*** JOE was aborted by signal %d\n",sig); -- cgit v1.2.3