projects
/
dragonfly.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
008b267
)
Fix paren usage in <sys/mutex.h>.
author
Peter Avalos <pavalos@dragonflybsd.org>
Sun, 11 Oct 2009 00:21:35 +0000 (
00:21
+0000)
committer
Peter Avalos <pavalos@dragonflybsd.org>
Sun, 11 Oct 2009 00:21:35 +0000 (
00:21
+0000)
sys/sys/mutex.h
patch
|
blob
|
blame
|
history
diff --git
a/sys/sys/mutex.h
b/sys/sys/mutex.h
index
4cc3e01
..
5af49e1
100644
(file)
--- 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