summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/rpc/rpcclnt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/rpc/rpcclnt.h b/sys/rpc/rpcclnt.h
index fa22939..3d9e533 100644
--- a/sys/rpc/rpcclnt.h
+++ b/sys/rpc/rpcclnt.h
@@ -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)
OpenPOWER on IntegriCloud