Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Sep 2021 03:14:32 GMT
From:      Jung-uk Kim <jkim@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 4fa690be2cfc - main - bluetooth: Fix build after ng_h4 removal
Message-ID:  <202109300314.18U3EWY6086182@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by jkim:

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

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202109300314.18U3EWY6086182>