diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1999-11-28 00:39:09 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1999-11-28 00:39:09 +0000 |
commit | ec9612e79ec85ffce1376b43c9ab622075faa56d (patch) | |
tree | 9e0732c95096a3c627eef6a149a840f00a87a2e9 | |
parent | b24c086a808d17dacc5060a5bbbd8b485d81c0ca (diff) | |
download | src-ec9612e79ec85ffce1376b43c9ab622075faa56d.tar.gz src-ec9612e79ec85ffce1376b43c9ab622075faa56d.zip |
Adjust `sym' include file path to match where `sym' landed in our tree.
Done as vendor import as I hope the author will accept this patch, and
I'm not ready to take this thing off the vendor branch yet.
Notes
Notes:
svn path=/vendor-sys/sym/dist/; revision=53799
-rw-r--r-- | sys/dev/sym/sym_hipd.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/sym/sym_hipd.c b/sys/dev/sym/sym_hipd.c index 77bab2735f97..66776e9d6dc3 100644 --- a/sys/dev/sym/sym_hipd.c +++ b/sys/dev/sym/sym_hipd.c @@ -122,8 +122,8 @@ typedef u_int16_t u16; typedef u_int32_t u32; /* Driver configuration and definitions */ -#include <pci/sym_conf.h> -#include <pci/sym_defs.h> +#include <dev/sym/sym_conf.h> +#include <dev/sym/sym_defs.h> /* * On x86 architecture, write buffers management does not |