> >I should get some software that checks for mails that *should* have
> >attachments. Here it is:
> >								Pavel
> >-- 
> >I'm pavel@ucw.cz. "In my country we have almost anarchy and I don't care."
> >Panos Katsaloulis describing me w.r.t. patents at discuss@linmodems.org
> >
> You lost vmlinux.lds patch .
Yep.
--- clean/arch/i386/vmlinux.lds	Sun Jul  8 23:26:00 2001
+++ linux-swsusp/arch/i386/vmlinux.lds	Thu Sep 27 12:35:19 2001
@@ -54,6 +54,12 @@
   __init_end = .;
 
   . = ALIGN(4096);
+  __nosave_begin = .;
+  .data_nosave : { *(.data.nosave) }
+  . = ALIGN(4096);
+  __nosave_end = .;
+
+  . = ALIGN(4096);
   .data.page_aligned : { *(.data.idt) }
 
   . = ALIGN(32);
							Pavel
-- Casualities in World Trade Center: 6453 dead inside the building, cryptography in U.S.A. and free speech in Czech Republic. - 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/