STABLE14-fbsd-ifnet-flags-20060731

FIXES 35757

i should really fix this right


(cherry picked from commit c04c2a0b1aa266c67d2e7e056e6c3f9518a39a2a)
This commit is contained in:
Alessandro Dellavedova 2006-07-31 17:16:18 +00:00 committed by Derrick Brashear
parent 767c03a4ba
commit 14d2c07f5d

View File

@ -121,4 +121,6 @@ extern struct proc *afs_global_owner;
#define USERPRI splx(splvar) #define USERPRI splx(splvar)
#endif /* KERNEL */ #endif /* KERNEL */
#define ifnet_flags(x) (x?(x)->if_flags:0)
#endif /* _OSI_MACHDEP_H_ */ #endif /* _OSI_MACHDEP_H_ */