diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-04-02 00:08:29 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-04-02 00:08:29 +0000 |
commit | c58f787b3a0fc984307434d3bf6332b04bc894da (patch) | |
tree | c3230f8705b460b76934e5845879dcff9a4aa2b5 | |
parent | 0a9e1209814e7fa982c1ac84ef7647358fba5c1c (diff) |
knf
-rw-r--r-- | lib/libutil/passwd.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libutil/passwd.c b/lib/libutil/passwd.c index fce7f2a1d97..7464ec834fe 100644 --- a/lib/libutil/passwd.c +++ b/lib/libutil/passwd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: passwd.c,v 1.39 2003/04/01 16:28:03 millert Exp $ */ +/* $OpenBSD: passwd.c,v 1.40 2003/04/02 00:08:28 deraadt Exp $ */ /* * Copyright (c) 1987, 1993, 1994, 1995 @@ -34,7 +34,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static const char rcsid[] = "$OpenBSD: passwd.c,v 1.39 2003/04/01 16:28:03 millert Exp $"; +static const char rcsid[] = "$OpenBSD: passwd.c,v 1.40 2003/04/02 00:08:28 deraadt Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/types.h> @@ -497,7 +497,7 @@ pw_copy(ffd, tfd, pw) if (ferror(to)) err: - pw_error(NULL, 0, 1); + pw_error(NULL, 0, 1); free(master); (void)fclose(to); } |