=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/passwd/local_passwd.c,v retrieving revision 1.15 retrieving revision 1.16 diff -c -r1.15 -r1.16 *** src/usr.bin/passwd/local_passwd.c 2001/07/04 17:20:24 1.15 --- src/usr.bin/passwd/local_passwd.c 2001/07/07 00:10:49 1.16 *************** *** 1,4 **** ! /* $OpenBSD: local_passwd.c,v 1.15 2001/07/04 17:20:24 millert Exp $ */ /*- * Copyright (c) 1990 The Regents of the University of California. --- 1,4 ---- ! /* $OpenBSD: local_passwd.c,v 1.16 2001/07/07 00:10:49 millert Exp $ */ /*- * Copyright (c) 1990 The Regents of the University of California. *************** *** 34,41 **** */ #ifndef lint ! /*static char sccsid[] = "from: @(#)local_passwd.c 5.5 (Berkeley) 5/6/91";*/ ! static char rcsid[] = "$OpenBSD: local_passwd.c,v 1.15 2001/07/04 17:20:24 millert Exp $"; #endif /* not lint */ #include --- 34,41 ---- */ #ifndef lint ! /*static const char sccsid[] = "from: @(#)local_passwd.c 5.5 (Berkeley) 5/6/91";*/ ! static const char rcsid[] = "$OpenBSD: local_passwd.c,v 1.16 2001/07/07 00:10:49 millert Exp $"; #endif /* not lint */ #include *************** *** 69,75 **** login_cap_t *lc; sigset_t fullset; time_t period; ! int pfd, tfd; char *s = NULL; if (!(pw = getpwnam(uname))) { --- 69,75 ---- login_cap_t *lc; sigset_t fullset; time_t period; ! int pfd, tfd = -1; char *s = NULL; if (!(pw = getpwnam(uname))) {