summaryrefslogtreecommitdiff
path: root/hurd
diff options
context:
space:
mode:
Diffstat (limited to 'hurd')
-rw-r--r--hurd/cap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/hurd/cap.h b/hurd/cap.h
index 9545856..d6b2151 100644
--- a/hurd/cap.h
+++ b/hurd/cap.h
@@ -262,7 +262,7 @@ struct cap
struct object *shadow;
uint32_t discardable : 1;
- uint32_t priority : OBJECT_PRIORITY_BITS;
+ int32_t priority : OBJECT_PRIORITY_BITS;
uint32_t type : CAP_TYPE_BITS;