Messages in this thread Patch in this message |  | | From | Alex Pikus <> | Subject | RE: Ooooooops! | Date | Sat, 1 Jun 1996 15:55:53 -0500 |
| |
What is this about ... I applied the patch but it failed. What gives?
Thanks!
Alex.
---------- From: jerijian@seas.ucla.edu[SMTP:jerijian@seas.ucla.edu] Sent: Saturday, June 01, 1996 6:31 AM To: linux-kernel@vger.rutgers.edu Subject: Ooooooops!
This boo-boo in Linux pre2.0.10 is probably my fault. You can all start throwing tomatoes at me now. Here is a fix.
--- linux/fs/Config.in.orig Sat Jun 1 11:27:10 1996 +++ linux/fs/Config.in Sat Jun 1 11:31:33 1996 @@ -35,7 +35,7 @@ tristate 'ISO9660 cdrom filesystem support' CONFIG_ISO9660_FS tristate 'OS/2 HPFS filesystem support (read only)' CONFIG_HPFS_FS tristate 'System V and Coherent filesystem support' CONFIG_SYSV_FS -if [ "$CONFIG_EXPERIMENTAL = "y" ]; then +if [ "$CONFIG_EXPERIMENTAL" = "y" ]; then tristate 'Amiga FFS filesystem support (EXPERIMENTAL)' CONFIG_AFFS_FS if [ "$CONFIG_AFFS_FS" != "n" ]; then define_bool CONFIG_AMIGA_PARTITION y -- Arthur D. Jerijian | "Who on earth can blame them? Ah, no wonder the | men of Troy and Argives under arms have suffered jerijian@seas.ucla.edu | years of agony all for her, for such a woman. a540adj@pic.ucla.edu | Beauty, terrible beauty!" adj@ucla.edu | Homer, the king of all poets
|  |