Subject: CVS commit: src/dist/smbfs
To: None <source-changes@netbsd.org>
From: Martin Husemann <martin@netbsd.org>
List: source-changes
Date: 02/19/2003 18:53:27
Module Name: src
Committed By: martin
Date: Wed Feb 19 16:53:27 UTC 2003
Modified Files:
src/dist/smbfs/include/netsmb: smb_lib.h
src/dist/smbfs/lib/smb: nls.c rcfile.c
Log Message:
Replace some int's with size_t. Use %ld and cast to long when printing
size_t's.
To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 src/dist/smbfs/include/netsmb/smb_lib.h
cvs rdiff -r1.2 -r1.3 src/dist/smbfs/lib/smb/nls.c
cvs rdiff -r1.1.1.2 -r1.2 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.