net/if_epair.c: semicolon missed

2010-11-21 Thread Mikolaj Golub
Hi, In net/if_epair.c semicolon is missed in epair_nh_drainedcpu() (see the patch below). This shows up when compiling with EPAIR_DEBUG. Also, what was a reason to declare epair_debug mib as XINT? Shouldn't be just INT? -- Mikolaj Golub Index: sys/net/if_epair.c ===

Re: net/if_epair.c: semicolon missed

2010-11-21 Thread Bjoern A. Zeeb
On Sun, 21 Nov 2010, Mikolaj Golub wrote: Hi, In net/if_epair.c semicolon is missed in epair_nh_drainedcpu() (see the patch below). This shows up when compiling with EPAIR_DEBUG. Thanks. I'll commit it it in a sec. Also, what was a reason to declare epair_debug mib as XINT? Shouldn't be ju