Subject: Re: CVS commit: src/sys/compat/darwin
To: None <source-changes@netbsd.org>
From: Christos Zoulas <christos@astron.com>
List: source-changes
Date: 10/19/2006 16:23:13
In article <20061019152047.GA15922@rangerover.13thmonkey.org>,
Reinoud Zandijk <reinoud@netbsd.org> wrote:
>On Thu, Oct 19, 2006 at 03:11:59PM +0000, Reinoud Zandijk wrote:
>> Module Name: src
>> Committed By: reinoud
>> Date: Thu Oct 19 15:11:59 UTC 2006
>>
>> Modified Files:
>> src/sys/compat/darwin: darwin_signal.c
>>
>> Log Message:
>> Make it compile again; it had an empty if body due the the DPRINTF and gcc
>> complained about it.
>
>On second thought, maybe going trough all the DPRINTF's and making sure its
>not defined empty is better!
>
>shall i back it out?
just put braces around it.
christos