[haiku-commits] Re: haiku: hrev45147 - src/libs/compat/freebsd_network

  • From: Axel Dörfler <axeld@xxxxxxxxxxxxxxxx>
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Sun, 13 Jan 2013 20:28:20 +0100

On 01/10/2013 11:57 PM, korli@xxxxxxxxxxxxxxxx wrote:
+       if (mutex->type & MTX_RECURSE)

BTW, our coding style suggests to use (mutex->type & MTX_RECURSE) != 0 instead.

Bye,
   Axel.


Other related posts: