Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Tue, 23 Oct 2001 02:57:42 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Tue, 23 Oct 2001 02:57:32 -0400 Received: from cx552039-a.elcjn1.sdca.home.com ([24.177.44.17]:8905 "EHLO tigger.unnerving.org") by vger.kernel.org with ESMTP id ; Tue, 23 Oct 2001 02:57:13 -0400 Date: Mon, 22 Oct 2001 23:57:40 -0700 (PDT) From: Gregory Ade X-X-Sender: To: Alan Cox cc: Subject: Linux 2.4.12-ac5 typo In-Reply-To: <20011022004549.A32210@lightning.swansea.linux.org.uk> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org I'm not sure why i haven't seen a patch for this one yet, or why it seems nobody else has said anything, but here's a typo fix for 2.4.12-ac5. -- Gregory K. Ade http://unnerving.org/~gkade OpenPGP Key ID: EAF4844B keyserver: pgpkeys.mit.edu diff -u --new-file --recursive linux-2.4.12-ac5.orig/net/ipv4/ipconfig.c linux-2.4.12-ac5/net/ipv4/ipconfig.c --- linux-2.4.12-ac5.orig/net/ipv4/ipconfig.c Mon Oct 22 23:26:32 2001 +++ linux-2.4.12-ac5/net/ipv4/ipconfig.c Mon Oct 22 23:53:11 2001 @@ -53,7 +53,7 @@ #include #include -#inclued +#include /* Define this to allow debugging output */ #undef IPCONFIG_DEBUG - 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/