diff options
| author | Stefan Farfeleder <stefanf@FreeBSD.org> | 2004-09-23 18:25:46 +0000 |
|---|---|---|
| committer | Stefan Farfeleder <stefanf@FreeBSD.org> | 2004-09-23 18:25:46 +0000 |
| commit | a9da2faf343af4604cefb2a3d436de112c61fa33 (patch) | |
| tree | b134d4f7e89198f2672566dc34bb2b0d3f1bf6df /sys/rpc | |
| parent | 85d09ca35590a815589e97976f77c6d606618181 (diff) | |
Notes
Diffstat (limited to 'sys/rpc')
| -rw-r--r-- | sys/rpc/rpcclnt.h | 2 |
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) |
