Subject: CVS commit: src/usr.sbin/lastlogin
To: None <source-changes@NetBSD.org>
From: Havard Eidnes <he@netbsd.org>
List: source-changes
Date: 11/13/2004 00:11:03
Module Name:	src
Committed By:	he
Date:		Sat Nov 13 00:11:03 UTC 2004

Modified Files:
	src/usr.sbin/lastlogin: lastlogin.c

Log Message:
The size_t type isn't necessarily an int (on arm it's an unsigned int),
so add casts to int before using as a printf field width specifier.


To generate a diff of this commit:
cvs rdiff -r1.9 -r1.10 src/usr.sbin/lastlogin/lastlogin.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.