here a correction to let apm_bios.c be compiled again.
Ciao,
Riccardo.
-----------
--- linux/drivers/char/apm_bios.c.orig Sun Sep 21 11:16:41 1997
+++ linux/drivers/char/apm_bios.c Sun Sep 21 11:16:49 1997
@@ -958,7 +958,7 @@
as = (struct apm_bios_struct *)kmalloc(sizeof(*as), GFP_KERNEL);
if (as == NULL) {
- printk(KERN_ER "apm_bios: cannot allocate struct of size %d bytes",
+ printk(KERN_ERR "apm_bios: cannot allocate struct of size %d bytes",
sizeof(*as));
return -ENOMEM;
}