mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-27 16:39:08 +00:00
Prefer C99's __func__ over GCC's __FUNCTION__.
Approved by: alfred
This commit is contained in:
parent
85d09ca355
commit
a9da2faf34
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=135629
@ -79,7 +79,7 @@
|
||||
#ifdef RPCCLNT_DEBUG
|
||||
#define RPCDEBUG(args...) do{ \
|
||||
if(rpcdebugon != 0){ \
|
||||
printf("%s(): ", __FUNCTION__);\
|
||||
printf("%s(): ", __func__);\
|
||||
printf(args); \
|
||||
printf("\n"); \
|
||||
}}while(0)
|
||||
|
Loading…
Reference in New Issue
Block a user