Magellan Linux

Diff of /trunk/mkinitrd-magellan/klibc/usr/kinit/nfsmount/mount.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 532 by niro, Sat Sep 1 22:45:15 2007 UTC revision 815 by niro, Fri Apr 24 18:32:46 2009 UTC
# Line 187  static int mount_call(uint32_t proc, uin Line 187  static int mount_call(uint32_t proc, uin
187   }   }
188    
189   if (mnt_reply.status != 0) {   if (mnt_reply.status != 0) {
190   fprintf(stderr, "mount call failed: %d\n",   fprintf(stderr, "mount call failed - server replied: %s.\n",
191   ntohl(mnt_reply.status));   strerror(ntohl(mnt_reply.status)));
192   goto bail;   goto bail;
193   }   }
194    

Legend:
Removed from v.532  
changed lines
  Added in v.815