From 103f04e60d87fb4c498e0b90886d472d3334c625 Mon Sep 17 00:00:00 2001 From: Mark Huang Date: Fri, 17 Sep 2004 18:03:39 +0000 Subject: [PATCH] - remove warning, VServer 1.9.2 patch appears to be aware of this change now --- ipc/mqueue.c | 1 - 1 file changed, 1 deletion(-) diff --git a/ipc/mqueue.c b/ipc/mqueue.c index 6d2ae9bce..c9ea777b1 100644 --- a/ipc/mqueue.c +++ b/ipc/mqueue.c @@ -160,7 +160,6 @@ static struct inode *mqueue_get_inode(struct super_block *sb, int mode, goto out_inode; } /* all is ok */ -#warning MEF PLANETLAB: info->user = get_uid(u); is something new in Fedora Core. info->user = get_uid(u); } else if (S_ISDIR(mode)) { inode->i_nlink++; -- 2.47.0