lkml.org 
[lkml]   [1997]   [Jul]   [27]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
SubjectPATCH: misaligned text in fs-Config.in in 2.0.30
Hello!
You might see no difference in the patch below, but it is. The removed
line has a tab in it, the new one two spaces. You see the difference if
you do a 'make menuconfig':

BEFORE:

<*> Second extended fs support
[*] O NO_ATIME support for ext2 filesystems

AFTER:

<*> Second extended fs support
[*] NO_ATIME support for ext2 filesystems

Kurt

--- linux/fs/Config.in.orig Thu Jul 17 01:02:37 1997
+++ linux/fs/Config.in Sun Jul 27 23:57:22 1997
@@ -10,7 +10,7 @@
tristate 'Extended fs support' CONFIG_EXT_FS
tristate 'Second extended fs support' CONFIG_EXT2_FS
if [ "$CONFIG_EXT2_FS" = "y" ]; then
- bool ' NO_ATIME support for ext2 filesystems' CONFIG_EXT2_NOATIME
+ bool ' NO_ATIME support for ext2 filesystems' CONFIG_EXT2_NOATIME
fi
tristate 'xiafs filesystem support' CONFIG_XIA_FS

-------------------------------------------------------------
Impossible doesn't exist! Unmöglich gibt's nicht!
Difficult exists. Schwierig gibt's.

\
 
 \ /
  Last update: 2005-03-22 13:40    [W:0.020 / U:0.748 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site