summaryrefslogtreecommitdiff
path: root/editors/joe-devel/files/patch-ad
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>1999-09-14 22:58:51 +0000
committercvs2svn <cvs2svn@FreeBSD.org>1999-09-14 22:58:51 +0000
commit0d24ce472965b1af574ee8eab914346a50d93ab0 (patch)
treefc04ac961d5044a7d4ac36140741f144e02c3080 /editors/joe-devel/files/patch-ad
parent(forced commit) This is the official index file for 3.3-release. (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_3_3_0'.release/3.3.0
Diffstat (limited to 'editors/joe-devel/files/patch-ad')
-rw-r--r--editors/joe-devel/files/patch-ad18
1 files changed, 0 insertions, 18 deletions
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 <pwd.h>
- #endif
- #include <errno.h>
-+#include <sys/types.h>
-
- #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);