public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH-2.5] Compile fix for net/llc
@ 2002-10-14 17:34 Anton Altaparmakov
  2002-10-14 18:21 ` Petr Vandrovec
  2002-10-14 20:11 ` Arnaldo Carvalho de Melo
  0 siblings, 2 replies; 3+ messages in thread
From: Anton Altaparmakov @ 2002-10-14 17:34 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: Linux Kernel, acme

Linus,

I needed the below patchlet to complete compilation of net/llc in your
current bk tree.

Best regards,

	Anton
-- 
Anton Altaparmakov <aia21 at cantab.net> (replace at with @)
Linux NTFS maintainer / IRC: #ntfs on irc.freenode.net
WWW: http://linux-ntfs.sf.net/, http://www-stu.christs.cam.ac.uk/~aia21/

--- tng/net/llc/llc_proc.c.old	2002-10-14 18:29:25.000000000 +0100
+++ tng/net/llc/llc_proc.c	2002-10-14 18:29:15.000000000 +0100
@@ -258,7 +258,7 @@ out_socket:
 	goto out;
 }
 
-void __exit llc_proc_exit(void)
+void llc_proc_exit(void)
 {
 	remove_proc_entry("socket", llc_proc_dir);
 	remove_proc_entry("core", llc_proc_dir);
@@ -270,7 +270,7 @@ int __init llc_proc_init(void)
 	return 0;
 }
 
-void __exit llc_proc_exit(void)
+void llc_proc_exit(void)
 {
 }
 #endif /* CONFIG_PROC_FS */

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2002-10-14 20:05 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-10-14 17:34 [PATCH-2.5] Compile fix for net/llc Anton Altaparmakov
2002-10-14 18:21 ` Petr Vandrovec
2002-10-14 20:11 ` Arnaldo Carvalho de Melo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox