]> git.tuebingen.mpg.de Git - dss.git/commit - ipc.c
mutex_get(): Change parameter from key_t to int.
authorAndre Noll <maan@systemlinux.org>
Fri, 3 Aug 2012 08:45:10 +0000 (10:45 +0200)
committerAndre Noll <maan@systemlinux.org>
Fri, 3 Aug 2012 08:45:10 +0000 (10:45 +0200)
commit4d9f41440fbc3a1eea09daf59c14323a8b6e4ef2
tree928a54c4c0491592fb79a44de00c34891d12839b
parent55c90e8e1d56bc2aec456067cdd1789d09f97d74
mutex_get(): Change parameter from key_t to int.

The two callers obtain the key from get_key_or_die(), which
returns int. So pass an int anyway. This fixes a warning on
NetBSD:

ipc.c:263: warning: format '%x' expects type 'unsigned int', but argument 4 has type 'key_t'
ipc.c