svn commit: r340617 - head/sys/netgraph

Ian Lepore ian at freebsd.org
Tue Nov 27 00:03:45 UTC 2018


On Tue, 2018-11-27 at 06:45 +0700, Eugene Grosbein wrote:
> 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.
> 

Hrm, then what is your question? It seems like the suggested code is
self-explanatory with the typo corrected.

-- Ian


More information about the svn-src-head mailing list