From 5fd80896355b95c86ee85f335b210b1768a839af Mon Sep 17 00:00:00 2001 From: Nathan Scott Date: Sat, 17 Nov 2001 04:12:14 +0000 Subject: [PATCH] sync with recent change to kernel header (benign). --- include/xfs_cred.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/xfs_cred.h b/include/xfs_cred.h index 435797477..ddaf0655d 100644 --- a/include/xfs_cred.h +++ b/include/xfs_cred.h @@ -48,7 +48,7 @@ typedef int xfs_acl_tag_t; typedef uid_t xfs_acl_id_t; #define XFS_ACL_MAX_ENTRIES 25 -#define XFS_ACL_NOT_PRESENT -1 +#define XFS_ACL_NOT_PRESENT (-1) typedef struct xfs_acl_entry { xfs_acl_tag_t ae_tag; -- 2.47.2