projects
/
am-utils-6.1.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0f6cb5c
)
better fix
author
Erez Zadok
<ezk@cs.sunysb.edu>
Fri, 14 Apr 2006 19:57:22 +0000
(19:57 +0000)
committer
Erez Zadok
<ezk@cs.sunysb.edu>
Fri, 14 Apr 2006 19:57:22 +0000
(19:57 +0000)
amd/nfs_subr.c
patch
|
blob
|
history
diff --git
a/amd/nfs_subr.c
b/amd/nfs_subr.c
index d80cd6a7135abbb4020eb9214fed3cecaee50907..b69aee70c61199151c7c4f412a9dc8ae517c682b 100644
(file)
--- a/
amd/nfs_subr.c
+++ b/
amd/nfs_subr.c
@@
-658,7
+658,8
@@
fh_to_mp3(am_nfs_fh *fhp, int *rp, int vop)
* which is now out of date.
*/
if (fp->u.s.fhh_pid != get_server_pid()) {
- dlog("fh_to_mp3: wrong pid %ld != my pid %ld", fp->u.s.fhh_pid, get_server_pid());
+ dlog("fh_to_mp3: wrong pid %ld != my pid %ld",
+ (long) fp->u.s.fhh_pid, get_server_pid());
goto drop;
}