diff options
author | phk <phk@FreeBSD.org> | 2002-10-05 13:16:07 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 2002-10-05 13:16:07 +0000 |
commit | ac8ae8f278ff99f46fccb31fc261d836f107c1d7 (patch) | |
tree | 62e38e7fb331fd94fb217caa99d53910a8d613b3 /tools/regression/geom/geom_simdisk_xml.c | |
parent | 80931223ac7f88364544082f3900b5c0bb218668 (diff) | |
download | FreeBSD-src-ac8ae8f278ff99f46fccb31fc261d836f107c1d7.zip FreeBSD-src-ac8ae8f278ff99f46fccb31fc261d836f107c1d7.tar.gz |
Use in-tree libbsdxml instead of ports based libexpat.
Sponsored by: DARPA & NAI Labs.
Diffstat (limited to 'tools/regression/geom/geom_simdisk_xml.c')
-rw-r--r-- | tools/regression/geom/geom_simdisk_xml.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/regression/geom/geom_simdisk_xml.c b/tools/regression/geom/geom_simdisk_xml.c index ec7b806..818b9d2 100644 --- a/tools/regression/geom/geom_simdisk_xml.c +++ b/tools/regression/geom/geom_simdisk_xml.c @@ -46,7 +46,7 @@ #include <geom/geom.h> #include <string.h> #include <ctype.h> -#include "expat.h" +#include <bsdxml.h> #include <sys/stat.h> #include <sys/mman.h> #include <sys/queue.h> |