2.0.36: misc fixes

Scott Doty (scott@sonic.net)
Wed, 25 Nov 1998 09:27:00 -0800


Two patches against 2.0.36.

1. The 'General setup' section appears to be missing and 'endmenu'.

--- linux/arch/ppc/config.in 1998/11/25 11:04:16 1.1
+++ linux/arch/ppc/config.in 1998/11/25 16:51:32
@@ -37,6 +37,7 @@
if [ "$CONFIG_BINFMT_ELF" = "y" ]; then
bool 'Compile kernel as ELF - if your GCC is ELF-GCC' CONFIG_KERNEL_ELF
fi
+endmenu

source drivers/block/Config.in

2. Missing newline freaks out klogd. (On Redhat 5.1,
observed syslogd closing /dev/log while running wmifs).

--- linux/drivers/net/ppp.c 1998/06/03 22:17:47 1.1
+++ linux/drivers/net/ppp.c 1998/11/20 12:31:34
@@ -3155,7 +3155,7 @@
ppp_stats.tx_heartbeat_errors = 0;

if (ppp->flags & SC_DEBUG)
- printk (KERN_INFO "ppp_dev_stats called");
+ printk (KERN_INFO "ppp_dev_stats called\n");
return &ppp_stats;
}

-Scott

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/