[BACK]Return to linux_fcntl.h CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / compat / linux / common

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

Diff for /src/sys/compat/linux/common/linux_fcntl.h between version 1.14 and 1.14.50.1

version 1.14, 2008/04/28 20:23:43 version 1.14.50.1, 2014/05/18 17:45:32
Line 43 
Line 43 
 #define LINUX_O_RDWR            0x0002  #define LINUX_O_RDWR            0x0002
 #define LINUX_O_ACCMODE         0x0003  #define LINUX_O_ACCMODE         0x0003
   
   #define LINUX_AT_FDCWD                  -100
   #define LINUX_AT_SYMLINK_NOFOLLOW       0x0100
   #define LINUX_AT_REMOVEDIR              0x0200
   #define LINUX_AT_SYMLINK_FOLLOW         0x0400
   #define LINUX_AT_NO_AUTOMOUNT           0x0800
   #define LINUX_AT_EMPTY_PATH             0x1000
   
   int linux_to_bsd_atflags(int);
   
 struct linux_flock {  struct linux_flock {
         short       l_type;          short       l_type;
         short       l_whence;          short       l_whence;

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.14.50.1

CVSweb <webmaster@jp.NetBSD.org>