]> granicus.if.org Git - zfs/commit
Use Linux flock struct
authorBrian Behlendorf <behlendorf1@llnl.gov>
Sun, 20 Feb 2011 22:02:48 +0000 (14:02 -0800)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Wed, 23 Feb 2011 22:32:15 +0000 (14:32 -0800)
commit5a52a782a0a04efee3846e1a8f0bb4796930e0e4
tree65506a546397fc90a4af6508433e29ca142351d6
parent914b063133365a17b1f607cbe96102259e497753
Use Linux flock struct

Rather than defining our own structure which will conflict with
Linux's version when building 32-bit.  Simply setup a typedef
to always use the correct Linux version for both 32 ad 64-bit
builds.
include/sys/fcntl.h