Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Apr 2010 17:54:49 +0000 (UTC)
From:      Pyun YongHyeon <yongari@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org
Subject:   svn commit: r207234 - stable/8/sys/dev/sge
Message-ID:  <201004261754.o3QHsnn0056479@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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);



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201004261754.o3QHsnn0056479>