(lib/roken) fk_flock() -> rk_flock()

This commit is contained in:
Asanka Herath
2009-11-26 01:57:11 -05:00
parent eb3dc6fabd
commit 405b7f530a

View File

@@ -41,7 +41,7 @@
ROKEN_LIB_FUNCTION int ROKEN_LIB_CALL
fk_flock(int fd, int operation)
rk_flock(int fd, int operation)
{
#if defined(HAVE_FCNTL) && defined(F_SETLK)
struct flock arg;