ng_bpf compiled with gcc3

Matthew Dillon dillon at apollo.backplane.com
Sat Feb 14 09:57:33 PST 2004


:No, that didn't compile with gcc2. Please try this instead.

    I added an __ARRAY_ZERO #define in sys/cdefs.h that is empty for
    gcc3 and 0 for gcc2.  Any future [0]->[] work should instead
    just use [__ARRAY_ZERO].

						-Matt





More information about the Submit mailing list