CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/03/27 05:45:49
Modified files:
sys/kern : subr_log.c uipc_syscalls.c
Log message:
Reorder FREF() and FRELE() in a way that the the global variable
syslogf always points to a file object with increased reference
count. This makes the implementation independent from the fact
whether changing the reference counter may sleep.
pointed out by Mateusz Guzik; OK deraadt@
