Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 4 Mar 2009 19:47:59 +0100
From:      Roman Divacky <rdivacky@FreeBSD.org>
To:        Ed Schouten <ed@FreeBSD.org>
Cc:        svn-src-head@FreeBSD.org, svn-src-all@FreeBSD.org, src-committers@FreeBSD.org
Subject:   Re: svn commit: r189369 - head/usr.sbin/IPXrouted
Message-ID:  <20090304184759.GA6614@freebsd.org>
In-Reply-To: <200903041836.n24Iamjg049854@svn.freebsd.org>
References:  <200903041836.n24Iamjg049854@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Mar 04, 2009 at 06:36:48PM +0000, Ed Schouten wrote:
> Author: ed
> Date: Wed Mar  4 18:36:48 2009
> New Revision: 189369
> URL: http://svn.freebsd.org/changeset/base/189369
> 
> Log:
>   Make IPXrouted compile using Clang by using ANSI function declarations.
>   
>   Because of integer promotion, Clang doesn't allow ANSI prototypes to be
>   mixed with K&R declarations.

it allows mixing that. it just does not accept the cases where the promotion to int
rule is broken. ie. it does what ISO C says says it should do. unlike gcc



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20090304184759.GA6614>