lockf(F_LOCK) requests a write lock, which requires the file to be open in write...
authorDaniel Hokka Zakrisson <daniel@hozac.com>
Sat, 1 Mar 2008 01:20:42 +0000 (01:20 +0000)
committerDaniel Hokka Zakrisson <daniel@hozac.com>
Sat, 1 Mar 2008 01:20:42 +0000 (01:20 +0000)
commit9592f910742bed3110eda8f39a1513a6b5262d0a
tree0e25fbc8f0a7adfbc1073f816f9828fed76919ac
parent8957c6c79a87a95d564b7683978da288496f3c93
lockf(F_LOCK) requests a write lock, which requires the file to be open in write mode.

git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@2696 94cd875c-1c1d-0410-91d2-eb244daf1a30
src/lockfile.c