On Sat, Feb 19, 2005 at 09:43:02PM +0000, Gary Allan wrote: > My build kernel is failing because in6_gif.c is being compiled even > though INET6 is not defined. Is the following reasonable? Hm. It's not enough. I don't want to parse opt_inet6, so the best might be a global check in in6_gif.c for INET6. What do others think? Joerg