Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys
Module Name: src
Committed By: ozaki-r
Date: Mon Dec 25 09:13:40 UTC 2017
Modified Files:
src/sys/kern: kern_condvar.c kern_lock.c kern_mutex.c kern_rwlock.c
src/sys/rump/librump/rumpkern: locks.c
Log Message:
Apply C99-style struct initialization to lockops_t
To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 src/sys/kern/kern_condvar.c
cvs rdiff -u -r1.160 -r1.161 src/sys/kern/kern_lock.c
cvs rdiff -u -r1.67 -r1.68 src/sys/kern/kern_mutex.c
cvs rdiff -u -r1.47 -r1.48 src/sys/kern/kern_rwlock.c
cvs rdiff -u -r1.75 -r1.76 src/sys/rump/librump/rumpkern/locks.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index