Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: CVS commit: src/dist/smbfs
In article <20030219165327.BD65EB004%cvs.netbsd.org@localhost>,
Martin Husemann <martin%netbsd.org@localhost> 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
Home |
Main Index |
Thread Index |
Old Index