K 10 svn:author V 6 brooks K 8 svn:date V 27 2006-08-04T21:27:40.000000Z K 7 svn:log V 320 With exception of the if_name() macro, all definitions in net_osdep.h were unused or already in if_var.h so add if_name() to if_var.h and remove net_osdep.h along with all references to it. Longer term we may want to kill off if_name() entierly since all modern BSDs have if_xname variables rendering it unnecessicary. END