Please requeue knemo against current kfreebsd-kernel-headers.
No longer fails at the same place with 0.53, but still fails. :)
knemo-0.6.3/src/knemod/syncstats/stats_vnstat.cpp: In member function 'void
StatsVnstat::getBtime()':
knemo-0.6.3/src/knemod/syncstats/stats_vnstat.cpp:87: error: 'btm' was not
declared in this scope
stats_vnstat.cpp:
struct timeval bootTime;
size_t len = sizeof( bootTime );
int mib[2] = { CTL_KERN, KERN_BOOTTIME };
if ( sysctl( mib, 2, &btm, &len, NULL, 0 ) >= 0 )
mSysBtime = bootTime.tv_sec;
It should probably be "sysctl( mib, 2, &bootTime, &len, NULL, 0 )".
No my kfreebsd box handy to verify whether it suffices.
Petr
--
To UNSUBSCRIBE, email to debian-bsd-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive:
http://lists.debian.org/pine.lnx.4.62.1008041715140.3...@sci.felk.cvut.cz