[BACK]Return to vfs_syscalls.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / kern

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

Diff for /src/sys/kern/vfs_syscalls.c between version 1.501 and 1.502

version 1.501, 2015/10/23 19:40:10 version 1.502, 2015/10/25 09:27:14
Line 462  do_sys_mount(struct lwp *l, const char *
Line 462  do_sys_mount(struct lwp *l, const char *
     const char *path, int flags, void *data, enum uio_seg data_seg,      const char *path, int flags, void *data, enum uio_seg data_seg,
     size_t data_len, register_t *retval)      size_t data_len, register_t *retval)
 {  {
         struct vfsops *vfsops;          struct vfsops *vfsops = NULL;   /* XXX gcc4.8 */
         struct vnode *vp;          struct vnode *vp;
         void *data_buf = data;          void *data_buf = data;
         bool vfsopsrele = false;          bool vfsopsrele = false;

Legend:
Removed from v.1.501  
changed lines
  Added in v.1.502

CVSweb <webmaster@jp.NetBSD.org>