diff options
author | Theodore Ts'o <tytso@mit.edu> | 1997-04-26 13:34:30 +0000 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 1997-04-26 13:34:30 +0000 |
commit | f3db3566b5e1342e49dffc5ec3f418a838584194 (patch) | |
tree | 1f6c5daaee7f33beb697143a8891da8a55752dd6 /misc/fsck.h | |
parent | 6f4a109706f51ad11b9fff0983c140ab62549d2f (diff) | |
download | e2fsprogs-f3db3566b5e1342e49dffc5ec3f418a838584194.tar.gz |
Many files:
Checkin of e2fsprogs 0.5b
Diffstat (limited to 'misc/fsck.h')
-rw-r--r-- | misc/fsck.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/fsck.h b/misc/fsck.h index b79714bd..3e13e9c9 100644 --- a/misc/fsck.h +++ b/misc/fsck.h @@ -10,7 +10,7 @@ #endif #ifndef DEFAULT_FSTYPE -# define DEFAULT_FSTYPE "ext2" +#define DEFAULT_FSTYPE "ext2" #endif #define MAX_DEVICES 32 |