diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 2002-05-12 20:00:21 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2002-05-12 20:00:21 +0000 |
| commit | 7cb71b749c8a348efbd7a72d42b09ce7cd13f838 (patch) | |
| tree | f432937d9c8f584473b8c6b745ed35b6eb98b964 /sys/gnu | |
| parent | 16910634dd4037a40b869ecc83aae9c2a2948274 (diff) | |
Notes
Diffstat (limited to 'sys/gnu')
| -rw-r--r-- | sys/gnu/ext2fs/fs.h | 3 | ||||
| -rw-r--r-- | sys/gnu/fs/ext2fs/fs.h | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/sys/gnu/ext2fs/fs.h b/sys/gnu/ext2fs/fs.h index 311a0c345a871..736051143918c 100644 --- a/sys/gnu/ext2fs/fs.h +++ b/sys/gnu/ext2fs/fs.h @@ -57,8 +57,7 @@ */ #define BBSIZE 1024 #define SBSIZE 1024 -#define BBOFF ((off_t)(0)) -#define SBOFF ((off_t)(BBOFF + BBSIZE)) +#define SBOFF ((off_t)(BBSIZE)) /* * The path name on which the file system is mounted is maintained diff --git a/sys/gnu/fs/ext2fs/fs.h b/sys/gnu/fs/ext2fs/fs.h index 311a0c345a871..736051143918c 100644 --- a/sys/gnu/fs/ext2fs/fs.h +++ b/sys/gnu/fs/ext2fs/fs.h @@ -57,8 +57,7 @@ */ #define BBSIZE 1024 #define SBSIZE 1024 -#define BBOFF ((off_t)(0)) -#define SBOFF ((off_t)(BBOFF + BBSIZE)) +#define SBOFF ((off_t)(BBSIZE)) /* * The path name on which the file system is mounted is maintained |
