svn commit: r254963 - head/sys/net

Alfred Perlstein alfred at FreeBSD.org
Tue Aug 27 16:45:01 UTC 2013


Author: alfred
Date: Tue Aug 27 16:45:00 2013
New Revision: 254963
URL: http://svnweb.freebsd.org/changeset/base/254963

Log:
  Remove include opt_ofed.h since OFED is unifdef'd.
  
  Pointed out by: glebius

Modified:
  head/sys/net/if_llatbl.h

Modified: head/sys/net/if_llatbl.h
==============================================================================
--- head/sys/net/if_llatbl.h	Tue Aug 27 16:30:50 2013	(r254962)
+++ head/sys/net/if_llatbl.h	Tue Aug 27 16:45:00 2013	(r254963)
@@ -30,8 +30,6 @@ __FBSDID("$FreeBSD$");
 #ifndef	_NET_IF_LLATBL_H_
 #define	_NET_IF_LLATBL_H_
 
-#include "opt_ofed.h"
-
 #include <sys/_rwlock.h>
 #include <netinet/in.h>
 


More information about the svn-src-head mailing list