ext: fix type inconsistencies for int vs mqd_t retvals
commit78c63761660a96f96e8f465c4cecedd803df9afe
authorew@fbsd90-32.(none) <ew@fbsd90-32.(none)>
Wed, 11 Jul 2012 01:58:57 +0000 (11 01:58 +0000)
committerEric Wong <normalperson@yhbt.net>
Thu, 12 Jul 2012 19:30:55 +0000 (12 12:30 -0700)
tree67364bd3201399288bc88367b7494828c8833d00
parentdc05c43b65460d72ae45164f61e327d715a6e954
ext: fix type inconsistencies for int vs mqd_t retvals

Somehow I mixed up return values for mq_* functions that
return "int".  This was noticed on FreeBSD where mqd_t
is NOT an integer.
ext/posix_mq/posix_mq.c