Subject: Re: CVS commit: src/dist/smbfs
To: None <source-changes@netbsd.org>
From: Christos Zoulas <christos@zoulas.com>
List: source-changes
Date: 02/19/2003 22:57:10
In article <20030219165327.BD65EB004@cvs.netbsd.org>,
Martin Husemann <martin@netbsd.org> wrote:
>
>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.

This is wrong. use %lu and cast to unsigned long (size_t is unsigned).

christos