svn commit: r206672 - head/sys/dev/sge

Pyun YongHyeon yongari at FreeBSD.org
Thu Apr 15 17:24:21 UTC 2010


Author: yongari
Date: Thu Apr 15 17:24:21 2010
New Revision: 206672
URL: http://svn.freebsd.org/changeset/base/206672

Log:
  Fix include path.

Modified:
  head/sys/dev/sge/if_sge.c

Modified: head/sys/dev/sge/if_sge.c
==============================================================================
--- head/sys/dev/sge/if_sge.c	Thu Apr 15 17:17:02 2010	(r206671)
+++ head/sys/dev/sge/if_sge.c	Thu Apr 15 17:24:21 2010	(r206672)
@@ -81,7 +81,7 @@ __FBSDID("$FreeBSD$");
 #include <dev/pci/pcireg.h>
 #include <dev/pci/pcivar.h>
 
-#include "if_sgereg.h"
+#include <dev/sge/if_sgereg.h>
 
 MODULE_DEPEND(sge, pci, 1, 1, 1);
 MODULE_DEPEND(sge, ether, 1, 1, 1);


More information about the svn-src-all mailing list