]> git.tuebingen.mpg.de Git - dss.git/commitdiff
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)
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'


No differences found