|
From: <Ulf...@t-...> - 2001-08-26 17:20:23
|
-----8<-----
diff -Nur linux-2.4.9-1um/arch/um/config.in linux-2.4.9-1um-y/arch/um/config.in
--- linux-2.4.9-1um/arch/um/config.in Tue Aug 21 20:16:12 2001
+++ linux-2.4.9-1um-y/arch/um/config.in Tue Aug 21 20:12:42 2001
@@ -69,12 +69,12 @@
source net/Config.in
fi
-mainmenu_option next_comment
-comment 'Network drivers'
-if [ "$CONFIG_NET" = "y" ]; then
- source drivers/net/Config.in
-fi
-endmenu
+#mainmenu_option next_comment
+#comment 'Network drivers'
+#if [ "$CONFIG_NET" = "y" ]; then
+# source drivers/net/Config.in
+#fi
+#endmenu
if [ "$CONFIG_NET" = "y" ]; then
mainmenu_option next_comment
----->8-----
I'm a lot happier with this...
...or did I miss something and I should expect a bullet in my foot...???
--
main(p,t){for(p=1;t=2,++p<999;t<p||printf("%d ",p))while(p%t++);}
|