[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.17 and 1.18

version 1.17, 2015/03/01 13:19:39 version 1.18, 2019/08/23 11:19:39
Line 132  LINUX##_to_bsd_##FLOCK(struct flock *bfp
Line 132  LINUX##_to_bsd_##FLOCK(struct flock *bfp
         case src_f##_WRLCK: \          case src_f##_WRLCK: \
                 dst->l_type = dst_f##_WRLCK; \                  dst->l_type = dst_f##_WRLCK; \
                 break; \                  break; \
           default: \
                   dst->l_type = -1; \
                   break; \
         } \          } \
     }      }
   

Legend:
Removed from v.1.17  
changed lines
  Added in v.1.18

CVSweb <webmaster@jp.NetBSD.org>