aboutsummaryrefslogtreecommitdiff
path: root/sys/rpc
diff options
context:
space:
mode:
authorStefan Farfeleder <stefanf@FreeBSD.org>2004-09-23 18:25:46 +0000
committerStefan Farfeleder <stefanf@FreeBSD.org>2004-09-23 18:25:46 +0000
commita9da2faf343af4604cefb2a3d436de112c61fa33 (patch)
treeb134d4f7e89198f2672566dc34bb2b0d3f1bf6df /sys/rpc
parent85d09ca35590a815589e97976f77c6d606618181 (diff)
Notes
Diffstat (limited to 'sys/rpc')
-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 fa22939d82a90..3d9e5339123a0 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)