repositories
/
deb_libnfs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
18bfd0b
)
[win32] - fix comilation by removing a unused "int i;" - though i have no
author
Memphiz
<memphis@machzwo.de>
Mon, 13 Jan 2014 18:52:58 +0000
(19:52 +0100)
committer
Memphiz
<memphis@machzwo.de>
Mon, 13 Jan 2014 18:52:58 +0000
(19:52 +0100)
clue why this fails with "';' missing before 'Typ'"
nsm/libnfs-raw-nsm.c
patch
|
blob
|
blame
|
history
diff --git
a/nsm/libnfs-raw-nsm.c
b/nsm/libnfs-raw-nsm.c
index cc3997d7964e85e7f0ae15d83e44705f293e102e..cee4d8910ee41ed702b4ce683e3d267fb8a0a679 100644
(file)
--- a/
nsm/libnfs-raw-nsm.c
+++ b/
nsm/libnfs-raw-nsm.c
@@
-90,7
+90,6
@@
zdr_NSM1_MONargs (ZDR *zdrs, NSM1_MONargs *objp)
register int32_t *buf;
buf = NULL;
- int i;
if (!zdr_nsm_mon_id (zdrs, &objp->mon_id))
return FALSE;
if (!zdr_opaque (zdrs, objp->priv, 16))