git: 4fa690be2cfc - main - bluetooth: Fix build after ng_h4 removal

Jung-uk Kim jkim at FreeBSD.org
Thu Sep 30 03:14:32 UTC 2021


The branch main has been updated by jkim:

URL: https://cgit.FreeBSD.org/src/commit/?id=4fa690be2cfcda81eb6d1f61025d0baff6fcc19f

commit 4fa690be2cfcda81eb6d1f61025d0baff6fcc19f
Author:     Jung-uk Kim <jkim at FreeBSD.org>
AuthorDate: 2021-09-30 03:10:56 +0000
Commit:     Jung-uk Kim <jkim at FreeBSD.org>
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>


More information about the dev-commits-src-all mailing list