Subject: Re: CVS commit: syssrc/sys/kern
To: None <source-changes@netbsd.org>
From: Christos Zoulas <christos@zoulas.com>
List: source-changes
Date: 03/16/2002 23:05:29
In article <20020316224442.3A346B004@cvs.netbsd.org>,
Matthew Jacob <mjacob@netbsd.org> wrote:
>
>Module Name:	syssrc
>Committed By:	mjacob
>Date:		Sat Mar 16 22:44:42 UTC 2002
>
>Modified Files:
>	syssrc/sys/kern: subr_prop.c
>
>Log Message:
>size_t is a long on alpha. I forget whether there's actually a 'best'
>kernel printf format arg to print size_t in NetBSD, but coercing the
>arg to long probably works well enough.

unsigned long please.

christos