From: Herbert Xu Sent: 1/20/2006 1:51:56 AM > Kris Katterjohn <[EMAIL PROTECTED]> wrote: > > This wraps '#ifdef __KERNEL__' around the definitions for SKF_* in > > linux/filter.h > > Why? The whole point these macros are here is so that user-space can > use them.
I was reading filter.h and I noticed that the SKF_* definitions weren't inside the #ifdef __KERNEL__, so I thought about why a user would need it if it only handles ancillary data. I couldn't think of a reason, so I googled a bit and didn't find anything that convinced me that user's would be using it. So I moved the #ifdef and sent in the patch. After I saw your email this morning I googled again for a few minutes and finally saw that SKF_AD_OFF and SKF_AD_PROTOCOL were used by pcap-linux.c. Whoopsie. Thanks. - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html