diff options
| author | 1996-12-25 19:08:09 +0000 | |
|---|---|---|
| committer | 1996-12-25 19:08:09 +0000 | |
| commit | d7c45e2df27acddba0deb8e1af11eb8dc842db3d (patch) | |
| tree | 61f341af99bdc90640625efdfa2639d617c6031f /usr.sbin/cron/crontab.c | |
| parent | smaller code (diff) | |
| download | wireguard-openbsd-d7c45e2df27acddba0deb8e1af11eb8dc842db3d.tar.xz wireguard-openbsd-d7c45e2df27acddba0deb8e1af11eb8dc842db3d.zip | |
no compile test after last change: no need for that umask too, i guess
Diffstat (limited to 'usr.sbin/cron/crontab.c')
| -rw-r--r-- | usr.sbin/cron/crontab.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/cron/crontab.c b/usr.sbin/cron/crontab.c index a3ba67365e1..8e179dce84a 100644 --- a/usr.sbin/cron/crontab.c +++ b/usr.sbin/cron/crontab.c @@ -16,7 +16,7 @@ */ #if !defined(lint) && !defined(LINT) -static char rcsid[] = "$Id: crontab.c,v 1.7 1996/12/25 01:56:14 deraadt Exp $"; +static char rcsid[] = "$Id: crontab.c,v 1.8 1996/12/25 19:08:09 mickey Exp $"; #endif /* crontab - install and manage per-user crontab files @@ -322,7 +322,6 @@ edit_cmd() { (void) sprintf(Filename, "/tmp/crontab.XXXXXXXXXX"); if ((t = mkstemp(Filename)) == -1) { perror(Filename); - (void) umask(um); goto fatal; } #ifdef HAS_FCHOWN |
