Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 04 Jul 2003 10:33:50 +1000
From:      Gregory Bond <gnb@itga.com.au>
To:        KAREN THODE <thode12@msn.com>
Cc:        freebsd-bugs@freebsd.org
Subject:   Re: kern/40723: Disabling multicast on vlan interface caused kernel panic 
Message-ID:  <200307040033.KAA18426@lightning.itga.com.au>
In-Reply-To: Your message of Thu, 03 Jul 2003 15:20:17 -0700.

next in thread | raw e-mail | index | archive | help

>  Could someone tell me the file where the ROUNDUP() macro/function is defined?

Brute Force way:

hellcat$ find /usr/src -name '*.h' -print0 | xargs -0 grep "define *ROUNDUP"
/usr/src/sys/gmon.h:#define ROUNDUP(x,y)       roundup(x,y)
hellcat$

Let-someone-else-do-the-brute-force way:

http://minnie.tuhs.org/FreeBSD-srctree/FreeBSD.html



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200307040033.KAA18426>