From: Peter Avalos Date: Sun, 11 Oct 2009 00:21:35 +0000 (+0000) Subject: Fix paren usage in . X-Git-Tag: v2.7.1~497 X-Git-Url: https://gitweb.dragonflybsd.org/~nant/dragonfly.git/commitdiff_plain/d83e7c2251d2ff25968ba1d9a9c8ca316543d1c6 Fix paren usage in . --- diff --git a/sys/sys/mutex.h b/sys/sys/mutex.h index 4cc3e019c6..5af49e1357 100644 --- a/sys/sys/mutex.h +++ b/sys/sys/mutex.h @@ -83,7 +83,7 @@ typedef struct mtx *mtx_t; #define MTX_PCATCH 0x00000001 #define MTX_OWNER_NONE NULL -#define MTX_OWNER_ANON (struct thread *)-2) +#define MTX_OWNER_ANON ((struct thread *)-2) #define MTX_LINK_IDLE 0 #define MTX_LINK_ABORTED -1