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

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

Diff for /src/sys/sys/vfs_syscalls.h between version 1.16 and 1.16.6.2

version 1.16, 2011/08/17 09:29:59 version 1.16.6.2, 2012/04/05 21:33:50
Line 34 
Line 34 
   
 struct stat;  struct stat;
 struct statvfs;  struct statvfs;
   struct quotactl_args;
 extern int dovfsusermount;  
   
 /*  /*
  * syscall helpers for compat code.   * syscall helpers for compat code.
Line 68  int do_sys_mknod(struct lwp *, const cha
Line 67  int do_sys_mknod(struct lwp *, const cha
     enum uio_seg);      enum uio_seg);
 int     do_sys_mkdir(const char *, mode_t, enum uio_seg);  int     do_sys_mkdir(const char *, mode_t, enum uio_seg);
 int     do_sys_symlink(const char *, const char *, enum uio_seg);  int     do_sys_symlink(const char *, const char *, enum uio_seg);
   int     do_sys_quotactl(const char *, const struct quotactl_args *);
 void    do_sys_sync(struct lwp *);  void    do_sys_sync(struct lwp *);
   
 int     chdir_lookup(const char *, int, struct vnode **, struct lwp *);  int     chdir_lookup(const char *, int, struct vnode **, struct lwp *);

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.16.6.2

CVSweb <webmaster@jp.NetBSD.org>