Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-4]: src/lib/libc/gen pullup 1.43->1.44 (ross)



details:   https://anonhg.NetBSD.org/src/rev/b3905d7b2b4f
branches:  netbsd-1-4
changeset: 468516:b3905d7b2b4f
user:      perry <perry%NetBSD.org@localhost>
date:      Tue Apr 27 22:09:45 1999 +0000

description:
pullup 1.43->1.44 (ross)

diffstat:

 lib/libc/gen/getpwent.c |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (32 lines):

diff -r ebb7aeb30dc8 -r b3905d7b2b4f lib/libc/gen/getpwent.c
--- a/lib/libc/gen/getpwent.c   Tue Apr 27 20:59:39 1999 +0000
+++ b/lib/libc/gen/getpwent.c   Tue Apr 27 22:09:45 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: getpwent.c,v 1.40.2.1 1999/04/27 14:11:10 perry Exp $  */
+/*     $NetBSD: getpwent.c,v 1.40.2.2 1999/04/27 22:09:45 perry Exp $  */
 
 /*
  * Copyright (c) 1988, 1993
@@ -39,7 +39,7 @@
 #if 0
 static char sccsid[] = "@(#)getpwent.c 8.2 (Berkeley) 4/27/95";
 #else
-__RCSID("$NetBSD: getpwent.c,v 1.40.2.1 1999/04/27 14:11:10 perry Exp $");
+__RCSID("$NetBSD: getpwent.c,v 1.40.2.2 1999/04/27 22:09:45 perry Exp $");
 #endif
 #endif /* LIBC_SCCS and not lint */
 
@@ -728,11 +728,12 @@
        va_list  ap;
 {
        DBT              key;
+       int              rval;
        char             bf[sizeof(_pw_keynum) + 1];
 #ifdef _PASSWD_COMPAT
        static char     *name = NULL;
        const char      *user, *host, *dom;
-       int              has_compatpw, rval;
+       int              has_compatpw;
 #endif
 
        if (!_pw_db && !__initdb())



Home | Main Index | Thread Index | Old Index