The branch main has been updated by jkim: URL: https://cgit.FreeBSD.org/src/commit/?id=4fa690be2cfcda81eb6d1f61025d0baff6fcc19f
commit 4fa690be2cfcda81eb6d1f61025d0baff6fcc19f Author: Jung-uk Kim <[email protected]> AuthorDate: 2021-09-30 03:10:56 +0000 Commit: Jung-uk Kim <[email protected]> CommitDate: 2021-09-30 03:10:56 +0000 bluetooth: Fix build after ng_h4 removal It was caused by 79a100e28e3c814773bb4c1826cfa25fbe31140e. --- usr.sbin/bluetooth/hcseriald/hcseriald.c | 1 - 1 file changed, 1 deletion(-) diff --git a/usr.sbin/bluetooth/hcseriald/hcseriald.c b/usr.sbin/bluetooth/hcseriald/hcseriald.c index 3d2fc60cf4de..e019d52618b8 100644 --- a/usr.sbin/bluetooth/hcseriald/hcseriald.c +++ b/usr.sbin/bluetooth/hcseriald/hcseriald.c @@ -36,7 +36,6 @@ #include <netgraph/ng_message.h> #include <netgraph.h> -#include <netgraph/bluetooth/include/ng_h4.h> #include <errno.h> #include <fcntl.h> _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/dev-commits-src-all To unsubscribe, send any mail to "[email protected]"
