Index: if_var.h =================================================================== RCS file: /home/ncvs/src/sys/net/if_var.h,v retrieving revision 1.86 diff -u -r1.86 if_var.h --- if_var.h 25 Oct 2004 17:04:40 -0000 1.86 +++ if_var.h 30 Oct 2004 08:16:21 -0000 @@ -177,6 +177,11 @@ (void *); int (*if_resolvemulti) /* validate/resolve multicast */ (struct ifnet *, struct sockaddr **, struct sockaddr *); + void *if_spare1; /* spare pointer 1 */ + void *if_spare2; /* spare pointer 2 */ + void *if_spare3; /* spare pointer 3 */ + u_int if_spare_flags1; /* spare flags 1 */ + u_int if_spare_flags2; /* spare flags 2 */ #if 1 /* ALTQ */ struct ifaltq if_snd; /* output queue (includes altq) */ #else