diff options
author | Al Smith <Al.Smith@aeschi.ch.eu.org> | 1999-04-17 11:01:25 +0000 |
---|---|---|
committer | Al Smith <Al.Smith@aeschi.ch.eu.org> | 1999-04-17 11:01:25 +0000 |
commit | f863fa44863c5443c0b34e30bfb662358f27dd22 (patch) | |
tree | 0baaf87b2a937fc3682341745d0a360590487496 /include | |
parent | f76c076c6fbb4540c78a949abd103b4bdd2c7b19 (diff) |
Minor bug fixes.
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/efs_fs.h | 2 | ||||
-rw-r--r-- | include/linux/efs_fs_sb.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/efs_fs.h b/include/linux/efs_fs.h index b5e4d8804..8bd8d137b 100644 --- a/include/linux/efs_fs.h +++ b/include/linux/efs_fs.h @@ -9,7 +9,7 @@ #ifndef __EFS_FS_H__ #define __EFS_FS_H__ -#define EFS_VERSION "0.98b" +#define EFS_VERSION "0.98c" static const char cprt[] = "EFS: "EFS_VERSION" - (c) 1999 Al Smith <Al.Smith@aeschi.ch.eu.org>"; diff --git a/include/linux/efs_fs_sb.h b/include/linux/efs_fs_sb.h index 2b651820e..21d01d0d4 100644 --- a/include/linux/efs_fs_sb.h +++ b/include/linux/efs_fs_sb.h @@ -10,7 +10,7 @@ #define __EFS_FS_SB_H__ /* statfs() magic number for EFS */ -#define EFS_SUPER_MAGIC 0x414A83 +#define EFS_SUPER_MAGIC 0x414A53 /* EFS superblock magic numbers */ #define EFS_MAGIC 0x072959 |