CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/11/14 13:23:56
Modified files:
usr.bin/vi/build: config.h
usr.bin/vi/common: exf.c
Log message:
from natano:
The vi editor contains code for two different file locking methods -
one using flock(), the other using fcntl(). The fcntl method is unused
and has severe limitations (as described in a code comment). Let's
remove it for sake of readibility.
