From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S265302AbUEOA1f (ORCPT ); Fri, 14 May 2004 20:27:35 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S265342AbUEOAZS (ORCPT ); Fri, 14 May 2004 20:25:18 -0400 Received: from fw.osdl.org ([65.172.181.6]:46821 "EHLO mail.osdl.org") by vger.kernel.org with ESMTP id S265302AbUEOAUT (ORCPT ); Fri, 14 May 2004 20:20:19 -0400 Date: Fri, 14 May 2004 17:20:14 -0700 From: Chris Wright To: Andrew Morton Cc: linux-kernel@vger.kernel.org, Joseph Fannin Subject: [PATCH] mqueue rlimit compile fix for ppc/cris/m68k Message-ID: <20040514172014.E21045@build.pdx.osdl.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Joseph Fannin notes that I missed a couple INIT_TASK spots in the rlim-add-rlimit-entry-for-posix-mqueue-allocation.patch. Patch below adds proper #includes. --- linux-2.6.6-mm2/arch/ppc/kernel/process.c~init_task 2004-05-13 11:19:39.000000000 -0700 +++ linux-2.6.6-mm2/arch/ppc/kernel/process.c 2004-05-14 17:09:20.778637392 -0700 @@ -35,6 +35,7 @@ #include #include #include +#include #include #include --- linux-2.6.6-mm2/arch/cris/kernel/process.c~init_task 2004-05-09 19:32:52.000000000 -0700 +++ linux-2.6.6-mm2/arch/cris/kernel/process.c 2004-05-14 17:10:02.974222688 -0700 @@ -102,6 +102,7 @@ #include #include #include +#include //#define DEBUG --- linux-2.6.6-mm2/arch/m68k/kernel/process.c~init_task 2004-05-13 11:19:38.000000000 -0700 +++ linux-2.6.6-mm2/arch/m68k/kernel/process.c 2004-05-14 17:10:36.796080984 -0700 @@ -26,6 +26,7 @@ #include #include #include +#include #include #include