svn commit: r192510 - user/kmacy/releng_7_2_fcs/sys/net

Kip Macy kmacy at FreeBSD.org
Thu May 21 02:25:33 UTC 2009


Author: kmacy
Date: Thu May 21 02:25:32 2009
New Revision: 192510
URL: http://svn.freebsd.org/changeset/base/192510

Log:
  give in and add back if_var.h

Modified:
  user/kmacy/releng_7_2_fcs/sys/net/if.h

Modified: user/kmacy/releng_7_2_fcs/sys/net/if.h
==============================================================================
--- user/kmacy/releng_7_2_fcs/sys/net/if.h	Thu May 21 02:21:10 2009	(r192509)
+++ user/kmacy/releng_7_2_fcs/sys/net/if.h	Thu May 21 02:25:32 2009	(r192510)
@@ -451,4 +451,9 @@ unsigned int		 if_nametoindex(const char
 __END_DECLS
 #endif
 
+#ifdef _KERNEL 
+/* XXX - this should go away soon. */ 
+#include <net/if_var.h> 
+#endif 
+
 #endif /* !_NET_IF_H_ */


More information about the svn-src-user mailing list