Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Wed, 17 Apr 2002 15:27:02 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Wed, 17 Apr 2002 15:27:01 -0400 Received: from mole.bio.cam.ac.uk ([131.111.36.9]:2329 "EHLO mole.bio.cam.ac.uk") by vger.kernel.org with ESMTP id ; Wed, 17 Apr 2002 15:27:00 -0400 Subject: [2.5.9-patchlet] missing include file in lib/radix-tree.c To: torvalds@transmeta.com Date: Wed, 17 Apr 2002 20:26:59 +0100 (BST) Cc: linux-kernel@vger.kernel.org X-Mailer: ELM [version 2.5 PL6] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: From: Anton Altaparmakov Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Linus, Please apply below patchlet which adds a missing #include to lib/radix-tree.c. Without this, gcc emits "implicit declaration of function memset" warning. Patch is tested. (-: Best regards, Anton -- Anton Altaparmakov (replace at with @) Linux NTFS maintainer / IRC: #ntfs on irc.openprojects.net WWW: http://linux-ntfs.sf.net/ & http://www-stu.christs.cam.ac.uk/~aia21/ --- radix.patch --- --- linux-2.5.9/lib/radix-tree.c Wed Apr 17 20:02:17 2002 +++ linux-2.5.9-aia/lib/radix-tree.c Wed Apr 17 20:06:41 2002 @@ -24,6 +24,7 @@ #include #include #include +#include /* * Radix tree node definition. - 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/