K 10 svn:author V 8 deischen K 8 svn:date V 27 2001-02-11T22:07:32.000000Z K 7 svn:log V 516 Remove (int) file descriptor locking. It should be up to the application to provide locking for I/O operations. This doesn't break any of my tests, but the old behavior can be restored by compiling with _FDLOCKS_ENABLED. This will eventually be removed when it is obvious it does not cause any problems. Remove most of flockfile implementation, with the exception of flockfile_debug. Make error messages more informational (submitted by Mike Heffner , who's now known as mikeh@FreeBSD.org). END