From c8f911bd405dda44fab11b283efe399ab913b755 Mon Sep 17 00:00:00 2001 From: adilger Date: Tue, 1 May 2007 09:22:38 +0000 Subject: [PATCH] Branch HEAD Quiet -Wundef compile warning. --- lustre/llite/dir.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/llite/dir.c b/lustre/llite/dir.c index 32610c5..df73032 100644 --- a/lustre/llite/dir.c +++ b/lustre/llite/dir.c @@ -792,7 +792,7 @@ static int ll_dir_ioctl(struct inode *inode, struct file *file, OBD_FREE_PTR(check); RETURN(rc); } -#if HAVE_QUOTA_SUPPORT +#ifdef HAVE_QUOTA_SUPPORT case OBD_IOC_QUOTACTL: { struct if_quotactl *qctl; struct obd_quotactl *oqctl; -- 1.8.3.1