CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/03/31 05:33:11
Modified files:
sys/kern : vfs_lockf.c
sys/sys : lockf.h
Log message:
Move the prototypes of internal lockf functions from <sys/lockf.h>
to vfs_lockf.c. This makes the public interface clearer.
The declaration of variable lockf_debug is removed from the header
because it is not needed outside of vfs_lockf.c.
OK anton@ tedu@
