Subject: CVS commit: src
To: None <source-changes@NetBSD.org>
From: Thomas Klausner <wiz@netbsd.org>
List: source-changes
Date: 08/26/2003 16:48:35
Module Name: src
Committed By: wiz
Date: Tue Aug 26 16:48:34 UTC 2003
Modified Files:
src/crypto/dist/ssh: sshlogin.c
src/include: utmpx.h
src/lib/libc/gen: utmpx.c
src/usr.bin/login: login.c
Log Message:
Make getlastlogx have the pathname to the lastlogx database as first
argument, to be consistent with updlastlogx.
Approved by christos, reviewed by kleink.
[The lastlogxname function should not be used any longer.]
To generate a diff of this commit:
cvs rdiff -r1.11 -r1.12 src/crypto/dist/ssh/sshlogin.c
cvs rdiff -r1.10 -r1.11 src/include/utmpx.h
cvs rdiff -r1.19 -r1.20 src/lib/libc/gen/utmpx.c
cvs rdiff -r1.73 -r1.74 src/usr.bin/login/login.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.