Module Name:    src
Committed By:   pooka
Date:           Fri Mar 26 18:15:15 UTC 2010

Modified Files:
        src/sys/netbt: bluetooth.h files.netbt
        src/sys/rump/dev/lib/libubt: Makefile
Removed Files:
        src/sys/rump/net/lib/libnetbt: opt_bluetooth.h

Log Message:
Remove unused opt_bluetooth.h

plunky: "feel free"


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/sys/netbt/bluetooth.h
cvs rdiff -u -r1.4 -r1.5 src/sys/netbt/files.netbt
cvs rdiff -u -r1.2 -r1.3 src/sys/rump/dev/lib/libubt/Makefile
cvs rdiff -u -r1.1 -r0 src/sys/rump/net/lib/libnetbt/opt_bluetooth.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/netbt/bluetooth.h
diff -u src/sys/netbt/bluetooth.h:1.8 src/sys/netbt/bluetooth.h:1.9
--- src/sys/netbt/bluetooth.h:1.8	Mon Sep  8 23:36:55 2008
+++ src/sys/netbt/bluetooth.h	Fri Mar 26 18:15:15 2010
@@ -1,4 +1,4 @@
-/*	$NetBSD: bluetooth.h,v 1.8 2008/09/08 23:36:55 gmcgarry Exp $	*/
+/*	$NetBSD: bluetooth.h,v 1.9 2010/03/26 18:15:15 pooka Exp $	*/
 
 /*-
  * Copyright (c) 2005 Iain Hibbert.
@@ -122,8 +122,6 @@
 /*
  * Debugging stuff
  */
-#include "opt_bluetooth.h"
-
 #ifdef BLUETOOTH_DEBUG
 extern int bluetooth_debug;
 # define DPRINTF(fmt, args...)	do {			\

Index: src/sys/netbt/files.netbt
diff -u src/sys/netbt/files.netbt:1.4 src/sys/netbt/files.netbt:1.5
--- src/sys/netbt/files.netbt:1.4	Sun Sep 10 15:45:56 2006
+++ src/sys/netbt/files.netbt	Fri Mar 26 18:15:15 2010
@@ -1,9 +1,8 @@
-# $NetBSD: files.netbt,v 1.4 2006/09/10 15:45:56 plunky Exp $
+# $NetBSD: files.netbt,v 1.5 2010/03/26 18:15:15 pooka Exp $
 
 # Bluetooth Protocols
 
 define	bluetooth
-defflag	opt_bluetooth.h		BLUETOOTH
 
 # Bluetooth HCI controller (bthub attaches here)
 define	btbus	{ }

Index: src/sys/rump/dev/lib/libubt/Makefile
diff -u src/sys/rump/dev/lib/libubt/Makefile:1.2 src/sys/rump/dev/lib/libubt/Makefile:1.3
--- src/sys/rump/dev/lib/libubt/Makefile:1.2	Mon Mar 22 14:47:02 2010
+++ src/sys/rump/dev/lib/libubt/Makefile	Fri Mar 26 18:15:15 2010
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.2 2010/03/22 14:47:02 pooka Exp $
+#	$NetBSD: Makefile,v 1.3 2010/03/26 18:15:15 pooka Exp $
 #
 
 .PATH:	${.CURDIR}/../../../../dev/usb ${.CURDIR}/../../../../dev/bluetooth
@@ -10,7 +10,5 @@
 
 SRCS+=	ubt_at_usb.c
 
-CPPFLAGS+= -I${RUMPTOP}/net/lib/libnetbt
-
 .include <bsd.lib.mk>
 .include <bsd.klinks.mk>

Reply via email to