summaryrefslogtreecommitdiff
path: root/sys/gnu
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>2002-05-12 20:21:40 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>2002-05-12 20:21:40 +0000
commit7110af7577b8a4fcd4f154bade61083c77480b39 (patch)
treef8881a1706abe6ff98361858048c6c983eb2c4bd /sys/gnu
parent7cb71b749c8a348efbd7a72d42b09ce7cd13f838 (diff)
Notes
Diffstat (limited to 'sys/gnu')
-rw-r--r--sys/gnu/ext2fs/fs.h3
-rw-r--r--sys/gnu/fs/ext2fs/fs.h3
2 files changed, 2 insertions, 4 deletions
diff --git a/sys/gnu/ext2fs/fs.h b/sys/gnu/ext2fs/fs.h
index 736051143918..785f267f8ac3 100644
--- a/sys/gnu/ext2fs/fs.h
+++ b/sys/gnu/ext2fs/fs.h
@@ -55,9 +55,8 @@
* The first boot and super blocks are given in absolute disk addresses.
* The byte-offset forms are preferred, as they don't imply a sector size.
*/
-#define BBSIZE 1024
#define SBSIZE 1024
-#define SBOFF ((off_t)(BBSIZE))
+#define SBLOCK 2
/*
* 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 736051143918..785f267f8ac3 100644
--- a/sys/gnu/fs/ext2fs/fs.h
+++ b/sys/gnu/fs/ext2fs/fs.h
@@ -55,9 +55,8 @@
* The first boot and super blocks are given in absolute disk addresses.
* The byte-offset forms are preferred, as they don't imply a sector size.
*/
-#define BBSIZE 1024
#define SBSIZE 1024
-#define SBOFF ((off_t)(BBSIZE))
+#define SBLOCK 2
/*
* The path name on which the file system is mounted is maintained