Subject: CVS commit: src/sys/netbt
To: None <source-changes@NetBSD.org>
From: Roland Illig <rillig@netbsd.org>
List: source-changes
Date: 09/17/2007 01:23:17
Module Name:	src
Committed By:	rillig
Date:		Mon Sep 17 01:23:17 UTC 2007

Modified Files:
	src/sys/netbt: bluetooth.h

Log Message:
Macros that are meant for statements (instead of expressions) SHALL
never be defined to an empty string, because in that case,

	if (condition) DPRINTF(...); else err(...);

results in a gcc warning, and possibly worse things.


To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 src/sys/netbt/bluetooth.h

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