> case-tags, there's at least a 51% probability I got it wrong; at least

Looks like you got it right ;)

I had another little compile problem here a patch:

diff -urN z/arch/alpha/vmlinux.lds 2.2.18pre6aa1/arch/alpha/vmlinux.lds
--- z/arch/alpha/vmlinux.lds    Thu Sep 14 04:42:38 2000
+++ 2.2.18pre6aa1/arch/alpha/vmlinux.lds        Wed Sep 13 19:23:04 2000
@@ -32,7 +32,7 @@
   .setup.init : { *(.setup.init) }
   __setup_end = .;
 
-  . = ALIGN(8)
+  . = ALIGN(8);
   __initcall_start = .;                /* the init functions to be called */
   .initcall.init : { *(.initcall.init) }
   __initcall_end = .;

Andrea
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/

Reply via email to