diff --git a/src/lib/libutil/passwd.c b/src/lib/libutil/passwd.c index fce7f2a1..7464ec83 100644 --- a/src/lib/libutil/passwd.c +++ b/src/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 @@ -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); }