[patch 4/5] autoparam: af_unix workaround

From: domen
Date: Thu Jul 07 2005 - 06:41:36 EST


From: Magnus Damm <damm@xxxxxxxxxxxxx>


This is a quick fix that removes the "KBUILD_MODNAME -> unix -> 1" conflict.

Signed-off-by: Magnus Damm <damm@xxxxxxxxxxxxx>
Signed-off-by: Domen Puncer <domen@xxxxxxxxxxxx>

net/unix/af_unix.c | 2 ++
1 files changed, 2 insertions(+)

Index: a/net/unix/af_unix.c
===================================================================
--- a.orig/net/unix/af_unix.c
+++ a/net/unix/af_unix.c
@@ -2068,6 +2068,8 @@ static void __exit af_unix_exit(void)
proto_unregister(&unix_proto);
}

+#undef unix
+
module_init(af_unix_init);
module_exit(af_unix_exit);


--
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/