summaryrefslogtreecommitdiff
path: root/fs/xfs/support/debug.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/xfs/support/debug.c')
-rw-r--r--fs/xfs/support/debug.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/support/debug.c b/fs/xfs/support/debug.c
index cbedf29d75..524238f6f9 100644
--- a/fs/xfs/support/debug.c
+++ b/fs/xfs/support/debug.c
@@ -86,7 +86,7 @@ cmn_err(register int level, char *fmt, ...)
{
char *fp = fmt;
int len;
- int flags;
+ unsigned long flags;
va_list ap;
level &= XFS_ERR_MASK;