summaryrefslogtreecommitdiff
path: root/lib/libutil
diff options
context:
space:
mode:
authorRodney W. Grimes <rgrimes@FreeBSD.org>1995-05-30 03:57:47 +0000
committerRodney W. Grimes <rgrimes@FreeBSD.org>1995-05-30 03:57:47 +0000
commit709e8f9ae1d734c1a163c9b421df4b8153939ce7 (patch)
tree15a9c7203efd47ba6dde2896fdb6327dddd4547f /lib/libutil
parent010f5413b5781bc362fde190ec835a424ec8d28e (diff)
Notes
Diffstat (limited to 'lib/libutil')
-rw-r--r--lib/libutil/pw_util.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libutil/pw_util.c b/lib/libutil/pw_util.c
index c851fcbefa87..8dd4e4c5fd0a 100644
--- a/lib/libutil/pw_util.c
+++ b/lib/libutil/pw_util.c
@@ -105,7 +105,7 @@ pw_init()
int
pw_lock()
{
- /*
+ /*
* If the master password file doesn't exist, the system is hosed.
* Might as well try to build one. Set the close-on-exec bit so
* that users can't get at the encrypted passwords while editing.
@@ -167,7 +167,7 @@ pw_edit(notsetuid)
editor = _PATH_VI;
if (p = strrchr(editor, '/'))
++p;
- else
+ else
p = editor;
if (!(editpid = vfork())) {