Messages in this thread |  | | From | jerijian@seas ... | Subject | Re: Ooooooops! | Date | Sat, 1 Jun 1996 17:47:19 -0700 (PDT) |
| |
Alex Pikus wrote: > > What is this about ... I applied the patch but it failed. What gives?
I generated this diff against 1.2.10, I can guarantee that. I guess the patch fails because I forgot to put a blank line between the last line in the patch and my signature block, and it thinks that the "--" before the sigblock is part of the patch. Ouch! I really need to get some more sleep at nights. All that this patch does is to close the quotes at the end of "$CONFIG_EXPERIMENTAL". You can apply it by hand, if you want to.
> > 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 > > >
|  |