Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S262269AbTENGZs (ORCPT ); Wed, 14 May 2003 02:25:48 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S262283AbTENGZr (ORCPT ); Wed, 14 May 2003 02:25:47 -0400 Received: from mail.scsiguy.com ([63.229.232.106]:37389 "EHLO aslan.scsiguy.com") by vger.kernel.org with ESMTP id S262269AbTENGZp (ORCPT ); Wed, 14 May 2003 02:25:45 -0400 Date: Wed, 14 May 2003 00:38:29 -0600 From: "Justin T. Gibbs" To: Andrew Morton cc: linux-kernel@vger.kernel.org Subject: Re: [patch] aic7xxx build fix Message-ID: <512652704.1052894309@aslan.scsiguy.com> In-Reply-To: <20030513232204.4248046a.akpm@digeo.com> References: <20030513232204.4248046a.akpm@digeo.com> X-Mailer: Mulberry/3.0.2 (Linux/x86) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 576 Lines: 16 > drivers/scsi/aic7xxx/aic7xxx_osm.c:147: warning: `errno' defined but not used > drivers/scsi/aic7xxx/aic79xx_osm.c:68: warning: `errno' defined but not used > > and it uses -Werror. Actually, the __KERNEL_SYSCALLS__ and unistd.h includes can go too. The errno stuff was a leftover from when the driver used waitpid. -- Justin - 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/