Subject: CVS commit: src/dist/smbfs/lib/smb
To: None <source-changes@netbsd.org>
From: Martin Husemann <martin@netbsd.org>
List: source-changes
Date: 02/19/2003 21:15:29
Module Name: src
Committed By: martin
Date: Wed Feb 19 19:15:29 UTC 2003
Modified Files:
src/dist/smbfs/lib/smb: rcfile.c
Log Message:
Since size_t is unsigned, better use (unsigned long) and %lu to print
a size_t. Spotted by kleink.
To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 src/dist/smbfs/lib/smb/rcfile.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.