Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Thu, 28 Nov 2002 09:51:43 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Thu, 28 Nov 2002 09:51:42 -0500 Received: from tolkor.SGI.COM ([198.149.18.6]:4261 "EHLO tolkor.sgi.com") by vger.kernel.org with ESMTP id ; Thu, 28 Nov 2002 09:51:42 -0500 Date: Thu, 28 Nov 2002 17:13:03 -0500 From: Christoph Hellwig To: torvalds@transmeta.com Cc: linux-kernel@vger.kernel.org Subject: [PATCH] cure compiler warning in acct.h Message-ID: <20021128171303.A6592@sgi.com> Mail-Followup-To: Christoph Hellwig , torvalds@transmeta.com, linux-kernel@vger.kernel.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 623 Lines: 18 Don't ask me why, but since 2.5.50 we need this forward-declaration --- 1.2/include/linux/acct.h Tue Feb 5 16:23:04 2002 +++ edited/include/linux/acct.h Thu Nov 28 14:23:25 2002 @@ -75,6 +75,8 @@ #include +struct super_block; + #ifdef CONFIG_BSD_PROCESS_ACCT extern void acct_auto_close(struct super_block *sb); extern int acct_process(long exitcode); - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/