From 7fd9a6a23abf2fb25b5925b444d0eed93c8d06f6 Mon Sep 17 00:00:00 2001 From: obrien Date: Mon, 10 Dec 2001 08:09:49 +0000 Subject: Update to C99, s/__FUNCTION__/__func__/, also don't use ANSI string concatenation. --- sys/netsmb/smb_trantcp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/netsmb/smb_trantcp.h') diff --git a/sys/netsmb/smb_trantcp.h b/sys/netsmb/smb_trantcp.h index 6c625fa..d160fa4 100644 --- a/sys/netsmb/smb_trantcp.h +++ b/sys/netsmb/smb_trantcp.h @@ -38,7 +38,7 @@ #ifdef NB_DEBUG #define NBDEBUG(format, args...) printf("%s(%d): "format, \ - __FUNCTION__ , __LINE__ ,## args) + __func__ , __LINE__ ,## args) #else #define NBDEBUG(format, args...) #endif -- cgit v1.1