From: Nathan Scott Date: Sat, 17 Nov 2001 04:12:14 +0000 (+0000) Subject: sync with recent change to kernel header (benign). X-Git-Tag: v2.0.0~25 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5fd80896355b95c86ee85f335b210b1768a839af;p=thirdparty%2Fxfsprogs-dev.git sync with recent change to kernel header (benign). --- 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;