Linux 2.4.12-ac5 typo

Gregory Ade (gkade@bigbrother.net)
Mon, 22 Oct 2001 23:57:40 -0700 (PDT)


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 <gkade@unnerving.org>
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 <asm/uaccess.h> #include <asm/checksum.h> -#inclued <asm/processor.h> +#include <asm/processor.h>

/* 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/