(file_lock, file_unlock, ef_lock, ef_unlock, commlock, communlock):
File locking doesn't make sense, must be a leftover from the distant past. Remove. Callers changed.
This commit is contained in:
parent
daad9ed79c
commit
beba530119
11 changed files with 2 additions and 191 deletions
|
@ -421,18 +421,6 @@ ef_flags(int type)
|
|||
return empfile[type].flags;
|
||||
}
|
||||
|
||||
int
|
||||
ef_lock(int type)
|
||||
{
|
||||
return file_lock(empfile[type].fd);
|
||||
}
|
||||
|
||||
int
|
||||
ef_unlock(int type)
|
||||
{
|
||||
return file_unlock(empfile[type].fd);
|
||||
}
|
||||
|
||||
time_t
|
||||
ef_mtime(int type)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue