Bug#637944: Current fix upstream
Eugen Dedu
Eugen.Dedu at pu-pm.univ-fcomte.fr
Wed Jan 18 14:07:54 UTC 2012
On 02/12/11 19:55, Robert Millan wrote:
> 2011/12/2 Eugen Dedu<Eugen.Dedu at pu-pm.univ-fcomte.fr>:
>> FYI, in SVN (upstream) the current code is:
>>
>> #if defined(P_NETBSD) || defined(P_QNX)
>> && (~rtm->rtm_flags&RTF_CLONED) // Net BSD has flag one way
>> #elif !defined(P_OPENBSD)&& !defined(P_FREEBSD)
>> && (~rtm->rtm_flags&RTF_WASCLONED) // MAC has it another
>> #else
>
> This doesn't really tell if RTF_WASCLONED is used or not. Where is
> P_FREEBSD defined?
P_FREEBSD is defined in configure.ac of ptlib.
The upstream code was done by commit
http://opalvoip.svn.sourceforge.net/viewvc/opalvoip?view=revision&revision=24379
(fixing bug
http://sourceforge.net/tracker/?func=detail&aid=3003316&group_id=204472&atid=989750),
which was done by someone who had already done some freebsd work, so I
suppose its commit is good. If you think your patch is better, please
contact him directly so that he changes ptlib upstream code.
--
Eugen
More information about the Pkg-voip-maintainers
mailing list