Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F108541961
D34801.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
414 B
Referenced Files
None
Subscribers
None
D34801.diff
View Options
diff --git a/sys/dev/ichsmb/ichsmb.c b/sys/dev/ichsmb/ichsmb.c
--- a/sys/dev/ichsmb/ichsmb.c
+++ b/sys/dev/ichsmb/ichsmb.c
@@ -69,7 +69,7 @@
* Enable debugging by defining ICHSMB_DEBUG to a non-zero value.
*/
#define ICHSMB_DEBUG 0
-#if ICHSMB_DEBUG != 0 && defined(__CC_SUPPORTS___FUNC__)
+#if ICHSMB_DEBUG != 0
#define DBG(fmt, args...) \
do { printf("%s: " fmt, __func__ , ## args); } while (0)
#else
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Jan 27, 3:07 AM (22 m, 58 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16185896
Default Alt Text
D34801.diff (414 B)
Attached To
Mode
D34801: Remove check for __CC_SUPPORTS___FUNC__.
Attached
Detach File
Event Timeline
Log In to Comment