diff options
| author | Warner Losh <imp@FreeBSD.org> | 2023-08-16 17:54:18 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2023-08-16 17:54:18 +0000 |
| commit | 2ff63af9b88c7413b7d71715b5532625752a248e (patch) | |
| tree | 2cf7e52400bec1a9f3236d18b55568357a6698af /sys/netgraph/bluetooth/include | |
| parent | b3e7694832e81d7a904a10f525f8797b753bf0d3 (diff) | |
Diffstat (limited to 'sys/netgraph/bluetooth/include')
| -rw-r--r-- | sys/netgraph/bluetooth/include/ng_bluetooth.h | 1 | ||||
| -rw-r--r-- | sys/netgraph/bluetooth/include/ng_btsocket.h | 1 | ||||
| -rw-r--r-- | sys/netgraph/bluetooth/include/ng_btsocket_hci_raw.h | 1 | ||||
| -rw-r--r-- | sys/netgraph/bluetooth/include/ng_btsocket_l2cap.h | 1 | ||||
| -rw-r--r-- | sys/netgraph/bluetooth/include/ng_btsocket_rfcomm.h | 1 | ||||
| -rw-r--r-- | sys/netgraph/bluetooth/include/ng_btsocket_sco.h | 1 | ||||
| -rw-r--r-- | sys/netgraph/bluetooth/include/ng_hci.h | 1 | ||||
| -rw-r--r-- | sys/netgraph/bluetooth/include/ng_l2cap.h | 1 | ||||
| -rw-r--r-- | sys/netgraph/bluetooth/include/ng_ubt.h | 1 |
9 files changed, 0 insertions, 9 deletions
diff --git a/sys/netgraph/bluetooth/include/ng_bluetooth.h b/sys/netgraph/bluetooth/include/ng_bluetooth.h index 11ccc4b002d3..59d193f82513 100644 --- a/sys/netgraph/bluetooth/include/ng_bluetooth.h +++ b/sys/netgraph/bluetooth/include/ng_bluetooth.h @@ -30,7 +30,6 @@ * SUCH DAMAGE. * * $Id: ng_bluetooth.h,v 1.4 2003/04/26 22:32:34 max Exp $ - * $FreeBSD$ */ #ifndef _NETGRAPH_BLUETOOTH_H_ diff --git a/sys/netgraph/bluetooth/include/ng_btsocket.h b/sys/netgraph/bluetooth/include/ng_btsocket.h index 8782ecd86494..1b3b6436944e 100644 --- a/sys/netgraph/bluetooth/include/ng_btsocket.h +++ b/sys/netgraph/bluetooth/include/ng_btsocket.h @@ -30,7 +30,6 @@ * SUCH DAMAGE. * * $Id: ng_btsocket.h,v 1.8 2003/04/26 22:32:10 max Exp $ - * $FreeBSD$ */ #ifndef _NETGRAPH_BTSOCKET_H_ diff --git a/sys/netgraph/bluetooth/include/ng_btsocket_hci_raw.h b/sys/netgraph/bluetooth/include/ng_btsocket_hci_raw.h index 797762179a47..05c109df1570 100644 --- a/sys/netgraph/bluetooth/include/ng_btsocket_hci_raw.h +++ b/sys/netgraph/bluetooth/include/ng_btsocket_hci_raw.h @@ -30,7 +30,6 @@ * SUCH DAMAGE. * * $Id: ng_btsocket_hci_raw.h,v 1.3 2003/03/25 23:53:32 max Exp $ - * $FreeBSD$ */ #ifndef _NETGRAPH_BTSOCKET_HCI_RAW_H_ diff --git a/sys/netgraph/bluetooth/include/ng_btsocket_l2cap.h b/sys/netgraph/bluetooth/include/ng_btsocket_l2cap.h index a03fc299eb4b..baaef9abb736 100644 --- a/sys/netgraph/bluetooth/include/ng_btsocket_l2cap.h +++ b/sys/netgraph/bluetooth/include/ng_btsocket_l2cap.h @@ -30,7 +30,6 @@ * SUCH DAMAGE. * * $Id: ng_btsocket_l2cap.h,v 1.4 2003/03/25 23:53:33 max Exp $ - * $FreeBSD$ */ #ifndef _NETGRAPH_BTSOCKET_L2CAP_H_ diff --git a/sys/netgraph/bluetooth/include/ng_btsocket_rfcomm.h b/sys/netgraph/bluetooth/include/ng_btsocket_rfcomm.h index 1d4f3d59743a..88c0f8988587 100644 --- a/sys/netgraph/bluetooth/include/ng_btsocket_rfcomm.h +++ b/sys/netgraph/bluetooth/include/ng_btsocket_rfcomm.h @@ -30,7 +30,6 @@ * SUCH DAMAGE. * * $Id: ng_btsocket_rfcomm.h,v 1.10 2003/03/29 22:27:42 max Exp $ - * $FreeBSD$ */ #ifndef _NETGRAPH_BTSOCKET_RFCOMM_H_ diff --git a/sys/netgraph/bluetooth/include/ng_btsocket_sco.h b/sys/netgraph/bluetooth/include/ng_btsocket_sco.h index 2d97ad75e20a..071ddb8d80ef 100644 --- a/sys/netgraph/bluetooth/include/ng_btsocket_sco.h +++ b/sys/netgraph/bluetooth/include/ng_btsocket_sco.h @@ -30,7 +30,6 @@ * SUCH DAMAGE. * * $Id: ng_btsocket_sco.h,v 1.3 2005/10/31 18:08:52 max Exp $ - * $FreeBSD$ */ #ifndef _NETGRAPH_BTSOCKET_SCO_H_ diff --git a/sys/netgraph/bluetooth/include/ng_hci.h b/sys/netgraph/bluetooth/include/ng_hci.h index 9c798f38d513..e4d33d8661ba 100644 --- a/sys/netgraph/bluetooth/include/ng_hci.h +++ b/sys/netgraph/bluetooth/include/ng_hci.h @@ -30,7 +30,6 @@ * SUCH DAMAGE. * * $Id: ng_hci.h,v 1.2 2003/03/18 00:09:37 max Exp $ - * $FreeBSD$ */ /* diff --git a/sys/netgraph/bluetooth/include/ng_l2cap.h b/sys/netgraph/bluetooth/include/ng_l2cap.h index d79981295f8d..416db51e1aad 100644 --- a/sys/netgraph/bluetooth/include/ng_l2cap.h +++ b/sys/netgraph/bluetooth/include/ng_l2cap.h @@ -30,7 +30,6 @@ * SUCH DAMAGE. * * $Id: ng_l2cap.h,v 1.2 2003/04/27 00:52:26 max Exp $ - * $FreeBSD$ */ /* diff --git a/sys/netgraph/bluetooth/include/ng_ubt.h b/sys/netgraph/bluetooth/include/ng_ubt.h index b91e0bd0a1dd..9161cf079aa4 100644 --- a/sys/netgraph/bluetooth/include/ng_ubt.h +++ b/sys/netgraph/bluetooth/include/ng_ubt.h @@ -30,7 +30,6 @@ * SUCH DAMAGE. * * $Id: ng_ubt.h,v 1.6 2003/04/13 21:34:42 max Exp $ - * $FreeBSD$ */ #ifndef _NG_UBT_H_ |
