]> git.tuebingen.mpg.de Git - dss.git/commit
ipc.c: Eliminate per-field struct initializations.
authorDaniel Richard G <skunk@iSKUNK.ORG>
Fri, 10 Aug 2012 12:20:57 +0000 (14:20 +0200)
committerAndre Noll <maan@systemlinux.org>
Wed, 15 Aug 2012 09:39:26 +0000 (11:39 +0200)
commitb3aca66350a1a4244cdad55fcd8cd64293336006
tree15614b5a731efc58b5d957796f0fc651fafdaa41
parentc17bfe9242f34690bd26747144f5351011e91b41
ipc.c: Eliminate per-field struct initializations.

This replaces the C99-only initializations in mutex_lock() and
mutex_try_lock() by equivalent but portable code.
ipc.c