svn commit: r184334 - head/sys/netinet

Randall Stewart rrs at FreeBSD.org
Mon Oct 27 06:54:54 PDT 2008


Author: rrs
Date: Mon Oct 27 13:54:54 2008
New Revision: 184334
URL: http://svn.freebsd.org/changeset/base/184334

Log:
  Get rid of ifdef for vimage on version 8 comparison. Now the
  scrubbing program properly takes care of this.

Modified:
  head/sys/netinet/sctp_os_bsd.h

Modified: head/sys/netinet/sctp_os_bsd.h
==============================================================================
--- head/sys/netinet/sctp_os_bsd.h	Mon Oct 27 13:53:31 2008	(r184333)
+++ head/sys/netinet/sctp_os_bsd.h	Mon Oct 27 13:54:54 2008	(r184334)
@@ -61,9 +61,7 @@ __FBSDID("$FreeBSD$");
 #include <sys/random.h>
 #include <sys/limits.h>
 #include <sys/queue.h>
-#if defined(__FreeBSD__) && __FreeBSD_version >= 800044
 #include <sys/vimage.h>
-#endif
 #include <machine/cpu.h>
 
 #include <net/if.h>


More information about the svn-src-head mailing list