simple fix for xcpu2 build problem

23 views
Skip to first unread message

Eric Van Hensbergen

unread,
Apr 19, 2011, 3:32:51 PM4/19/11
to xc...@googlegroups.com
eri...@login2.surveyor:~/src/xcpu/xcpu2/trunk/statfs> svn diff statfs.c
Index: statfs.c
===================================================================
--- statfs.c (revision 793)
+++ statfs.c (working copy)
@@ -146,7 +146,7 @@

nodedisconnect(nd);
// fprintf(stdout, "%s: mounting\n", nd->name);
- nd->fs = npc_netmount(nd->addrlist, adminuser, XCPU_PORT, nodeauth, adminkey);
+ nd->fs = npc_netmount(nd->addrlist, 0, adminuser, XCPU_PORT,
nodeauth, adminkey);
if (!nd->fs)
return -1;

Reply all
Reply to author
Forward
0 new messages