[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.464 and 1.465

version 1.464, 2013/06/28 15:32:20 version 1.465, 2013/07/18 13:41:08
Line 131  static int do_sys_chownat(struct lwp *, 
Line 131  static int do_sys_chownat(struct lwp *, 
 static int do_sys_utimensat(struct lwp *, int, struct vnode *,  static int do_sys_utimensat(struct lwp *, int, struct vnode *,
     const char *, int, const struct timespec *, enum uio_seg);      const char *, int, const struct timespec *, enum uio_seg);
 static int do_sys_accessat(struct lwp *, int, const char *, int ,int);  static int do_sys_accessat(struct lwp *, int, const char *, int ,int);
 static int do_sys_statat(struct lwp *, int, const char *, unsigned int,  
     struct stat *);  
 static int do_sys_symlinkat(struct lwp *, const char *, int, const char *,  static int do_sys_symlinkat(struct lwp *, const char *, int, const char *,
     enum uio_seg);      enum uio_seg);
 static int do_sys_linkat(struct lwp *, int, const char *, int, const char *,  static int do_sys_linkat(struct lwp *, int, const char *, int, const char *,
Line 3022  do_sys_stat(const char *userpath, unsign
Line 3020  do_sys_stat(const char *userpath, unsign
         return do_sys_statat(NULL, AT_FDCWD, userpath, nd_flag, sb);          return do_sys_statat(NULL, AT_FDCWD, userpath, nd_flag, sb);
 }  }
   
 static int  int
 do_sys_statat(struct lwp *l, int fdat, const char *userpath,  do_sys_statat(struct lwp *l, int fdat, const char *userpath,
     unsigned int nd_flag, struct stat *sb)      unsigned int nd_flag, struct stat *sb)
 {  {

Legend:
Removed from v.1.464  
changed lines
  Added in v.1.465

CVSweb <webmaster@jp.NetBSD.org>