[BACK]Return to p2k.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / lib / libp2k

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/lib/libp2k/p2k.c between version 1.4 and 1.5

version 1.4, 2008/09/30 17:18:46 version 1.5, 2008/10/07 23:14:58
Line 146  p2k_run_fs(const char *vfsname, const ch
Line 146  p2k_run_fs(const char *vfsname, const ch
         int rv, sverrno;          int rv, sverrno;
   
         rv = -1;          rv = -1;
         ukfs_init();          if (ukfs_init() == -1)
                   return -1;
         ukfs = ukfs_mount(vfsname, devpath, mountpath, mntflags, arg, alen);          ukfs = ukfs_mount(vfsname, devpath, mountpath, mntflags, arg, alen);
         if (ukfs == NULL)          if (ukfs == NULL)
                 return -1;                  return -1;

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

CVSweb <webmaster@jp.NetBSD.org>