diff options
Diffstat (limited to 'fs/xfs/support/debug.c')
| -rw-r--r-- | fs/xfs/support/debug.c | 2 |
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; |
