diff options
author | alm <alm@FreeBSD.org> | 1994-03-23 04:36:59 +0000 |
---|---|---|
committer | alm <alm@FreeBSD.org> | 1994-03-23 04:36:59 +0000 |
commit | be89471c9d6a4de60171c625d1b0ab147abb0770 (patch) | |
tree | 4b0e608c16c0dfe8beaba8e03e6035747472bad2 /bin/ed/undo.c | |
parent | e5072b4eb54bf8b59e1b47c4fc8d7f81c6b5a80c (diff) | |
download | FreeBSD-src-be89471c9d6a4de60171c625d1b0ab147abb0770.zip FreeBSD-src-be89471c9d6a4de60171c625d1b0ab147abb0770.tar.gz |
use umask 077 for buffer file
Diffstat (limited to 'bin/ed/undo.c')
-rw-r--r-- | bin/ed/undo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ed/undo.c b/bin/ed/undo.c index 9dea621..a686d14 100644 --- a/bin/ed/undo.c +++ b/bin/ed/undo.c @@ -26,7 +26,7 @@ */ #ifndef lint -static char *rcsid = "@(#)$Id: undo.c,v 1.2 1993/12/14 16:19:56 alm Exp $"; +static char *rcsid = "@(#)undo.c,v 1.1 1994/02/01 00:34:44 alm Exp"; #endif /* not lint */ #include "ed.h" |