aboutsummaryrefslogtreecommitdiff
path: root/lib/libbluetooth
diff options
context:
space:
mode:
authorEitan Adler <eadler@FreeBSD.org>2018-03-29 02:50:57 +0000
committerEitan Adler <eadler@FreeBSD.org>2018-03-29 02:50:57 +0000
commit4ab2e064d7950be84256d671a7ae93f87cc6aa36 (patch)
treef64a2aebb1ac9925d884f8e87440e4fff3bfb5ee /lib/libbluetooth
parentb84110def5e692aa60c1b13e44f8e312d2baf9ce (diff)
downloadsrc-4ab2e064d7950be84256d671a7ae93f87cc6aa36.tar.gz
src-4ab2e064d7950be84256d671a7ae93f87cc6aa36.zip
Revert r330897:
This was intended to be a non-functional change. It wasn't. The commit message was thus wrong. In addition it broke arm, and merged crypto related code. Revert with prejudice. This revert skips files touched in r316370 since that commit was since MFCed. This revert also skips files that require $FreeBSD$ property changes. Thank you to those who helped me get out of this mess including but not limited to gonzo, kevans, rgrimes. Requested by: gjb (re)
Notes
Notes: svn path=/stable/11/; revision=331722
Diffstat (limited to 'lib/libbluetooth')
-rw-r--r--lib/libbluetooth/bluetooth.c2
-rw-r--r--lib/libbluetooth/bluetooth.h2
-rw-r--r--lib/libbluetooth/dev.c2
-rw-r--r--lib/libbluetooth/hci.c2
4 files changed, 0 insertions, 8 deletions
diff --git a/lib/libbluetooth/bluetooth.c b/lib/libbluetooth/bluetooth.c
index b9ab5cba990e..ad62a8739ab5 100644
--- a/lib/libbluetooth/bluetooth.c
+++ b/lib/libbluetooth/bluetooth.c
@@ -3,8 +3,6 @@
*/
/*-
- * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
- *
* Copyright (c) 2001-2009 Maksim Yevmenkin <m_evmenkin@yahoo.com>
* All rights reserved.
*
diff --git a/lib/libbluetooth/bluetooth.h b/lib/libbluetooth/bluetooth.h
index d03cfc37807f..451606bec414 100644
--- a/lib/libbluetooth/bluetooth.h
+++ b/lib/libbluetooth/bluetooth.h
@@ -3,8 +3,6 @@
*/
/*-
- * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
- *
* Copyright (c) 2001-2009 Maksim Yevmenkin <m_evmenkin@yahoo.com>
* All rights reserved.
*
diff --git a/lib/libbluetooth/dev.c b/lib/libbluetooth/dev.c
index b4c5e47ee392..a6295dd2b1f0 100644
--- a/lib/libbluetooth/dev.c
+++ b/lib/libbluetooth/dev.c
@@ -3,8 +3,6 @@
*/
/*-
- * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
- *
* Copyright (c) 2009 Maksim Yevmenkin <m_evmenkin@yahoo.com>
* All rights reserved.
*
diff --git a/lib/libbluetooth/hci.c b/lib/libbluetooth/hci.c
index 9f0bdbe75969..651c0dda1fe7 100644
--- a/lib/libbluetooth/hci.c
+++ b/lib/libbluetooth/hci.c
@@ -3,8 +3,6 @@
*/
/*-
- * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
- *
* Copyright (c) 2009 Maksim Yevmenkin <m_evmenkin@yahoo.com>
* All rights reserved.
*