Subject: Re: CVS commit: src/usr.bin/midiplay
To: Havard Eidnes <he@netbsd.org>
From: Pavel Cahyna <pavel@netbsd.org>
List: source-changes
Date: 07/01/2006 13:07:26
On Sat, Jul 01, 2006 at 10:58:30AM +0000, Havard Eidnes wrote:
> 
> Module Name:	src
> Committed By:	he
> Date:		Sat Jul  1 10:58:29 UTC 2006
> 
> Modified Files:
> 	src/usr.bin/midiplay: midiplay.c
> 
> Log Message:
> The type for pointer difference varies between ports, on some it's
> "long int" and on others "int", so cast via long and use %ld for printing.

Why not use ptrdiff_t?