You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sys-freebsd/freebsd-usbin/files/freebsd-usbin-11.1-bsdxml2e...

27 lines
841 B

diff --git a/usr.sbin/ctladm/ctladm.c b/usr.sbin/ctladm/ctladm.c
index 9a9d3ff..bf6b1b2 100644
--- a/usr.sbin/ctladm/ctladm.c
+++ b/usr.sbin/ctladm/ctladm.c
@@ -51,7 +51,7 @@ __FBSDID("$FreeBSD: stable/11/usr.sbin/ctladm/ctladm.c 319152 2017-05-29 18:17:3
#include <sys/queue.h>
#include <sys/sbuf.h>
#include <sys/stat.h>
-#include <bsdxml.h>
+#include <expat.h>
#include <ctype.h>
#include <err.h>
#include <errno.h>
diff --git a/usr.sbin/ctld/kernel.c b/usr.sbin/ctld/kernel.c
index 7054a04..ee05214 100644
--- a/usr.sbin/ctld/kernel.c
+++ b/usr.sbin/ctld/kernel.c
@@ -47,7 +47,7 @@ __FBSDID("$FreeBSD: stable/11/usr.sbin/ctld/kernel.c 319152 2017-05-29 18:17:34Z
#include <sys/sbuf.h>
#include <sys/stat.h>
#include <assert.h>
-#include <bsdxml.h>
+#include <expat.h>
#include <ctype.h>
#include <errno.h>
#include <fcntl.h>