Subject: Re: CVS commit: pkgsrc/ham/dpbox
To: None <pkgsrc-changes@NetBSD.org>
From: None <joerg@britannica.bec.de>
List: pkgsrc-changes
Date: 04/21/2006 09:41:40
On Fri, Apr 21, 2006 at 02:07:54AM +0000, Berndt Josef Wulf wrote:
> Log Message:
> Implemented changes for this package to use the REQD_DIR and CONF_FILES
> framework for the installation of the configuration files.
> Fixed compile warning message due to implicit casting

Those are not about implicit casts, since the value of (u_char)(char)128 is
different from (int)(char)128 for platforms with signed char.

This might be a good change to pull up.

Joerg