svn commit: r340617 - head/sys/netgraph

Eugene Grosbein eugen at freebsd.org
Mon Nov 26 23:45:16 UTC 2018


27.11.2018 6:35, Ian Lepore wrote:

>>> #ifdef __LP64__
>>>     { "tv_usec",        &ng_parse_int32_type },
>>> #else
>>>     { "tv_usec",        &ng_parse_int64_type },
>>> #endif
>> I'm not sure I get it right: do you mean there is a difference for
>> some platform we have?
> 
> I think there's a typo there... it makes more sense if the second test
> is #ifndef __LP64__ (or swap the 32 and 64 in the true/false legs of
> the test as shown).

That was obvious typo :-) and my question was not about it.




More information about the svn-src-head mailing list