[PATCH-2.5] Compile fix for net/llc

Anton Altaparmakov (aia21@cantab.net)
Mon, 14 Oct 2002 18:34:40 +0100 (BST)


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