svn commit: r207234 - stable/8/sys/dev/sge
Pyun YongHyeon
yongari at FreeBSD.org
Mon Apr 26 17:54:50 UTC 2010
Author: yongari
Date: Mon Apr 26 17:54:49 2010
New Revision: 207234
URL: http://svn.freebsd.org/changeset/base/207234
Log:
MFC r206672:
Fix include path.
Modified:
stable/8/sys/dev/sge/if_sge.c
Directory Properties:
stable/8/sys/ (props changed)
stable/8/sys/amd64/include/xen/ (props changed)
stable/8/sys/cddl/contrib/opensolaris/ (props changed)
stable/8/sys/contrib/dev/acpica/ (props changed)
stable/8/sys/contrib/pf/ (props changed)
stable/8/sys/dev/xen/xenpci/ (props changed)
stable/8/sys/geom/sched/ (props changed)
Modified: stable/8/sys/dev/sge/if_sge.c
==============================================================================
--- stable/8/sys/dev/sge/if_sge.c Mon Apr 26 17:43:46 2010 (r207233)
+++ stable/8/sys/dev/sge/if_sge.c Mon Apr 26 17:54:49 2010 (r207234)
@@ -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-stable-8
mailing list