Three values in net_proto_family are defined but never used. Signed-off-by: Stephen Hemminger <[EMAIL PROTECTED]>
--- net-2.6.orig/include/linux/net.h 2006-08-09 11:14:51.000000000 -0700 +++ net-2.6/include/linux/net.h 2006-08-09 11:19:19.000000000 -0700 @@ -169,11 +169,6 @@ struct net_proto_family { int family; int (*create)(struct socket *sock, int protocol); - /* These are counters for the number of different methods of - each we support */ - short authentication; - short encryption; - short encrypt_net; struct module *owner; }; -- - 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