Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/netbt
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.
Home |
Main Index |
Thread Index |
Old Index