diff options
| author | Pierre Beyssac <pb@FreeBSD.org> | 1999-06-26 12:15:39 +0000 |
|---|---|---|
| committer | Pierre Beyssac <pb@FreeBSD.org> | 1999-06-26 12:15:39 +0000 |
| commit | 2ece3ed4c8e56f4b41c5e6d6329035dc2bb4406e (patch) | |
| tree | f184461982f1cff887207d6304b3657d136785ca /lib/libutil/pw_util.c | |
| parent | 6d4ce7aa8ce2c89a67f53b204cf4c7cfbe3a0f15 (diff) | |
Notes
Diffstat (limited to 'lib/libutil/pw_util.c')
| -rw-r--r-- | lib/libutil/pw_util.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/libutil/pw_util.c b/lib/libutil/pw_util.c index cdfcc4d28a04..5930342229b3 100644 --- a/lib/libutil/pw_util.c +++ b/lib/libutil/pw_util.c @@ -36,7 +36,7 @@ static const char sccsid[] = "@(#)pw_util.c 8.3 (Berkeley) 4/2/94"; #endif static const char rcsid[] = - "$Id: pw_util.c,v 1.13 1998/12/13 01:39:32 dillon Exp $"; + "$Id: pw_util.c,v 1.14 1999/06/26 07:16:38 sheldonh Exp $"; #endif /* not lint */ /* @@ -103,9 +103,6 @@ pw_init() (void)signal(SIGQUIT, SIG_IGN); (void)signal(SIGTERM, SIG_IGN); (void)signal(SIGCONT, pw_cont); - - /* Create with exact permissions. */ - (void)umask(0); } int |
