summaryrefslogtreecommitdiffstats
path: root/sys/gnu/ext2fs
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2002-05-12 20:00:21 +0000
committerphk <phk@FreeBSD.org>2002-05-12 20:00:21 +0000
commit4aa59982cb5684fda4dfc0e47cb17fc95a67fb5d (patch)
treef432937d9c8f584473b8c6b745ed35b6eb98b964 /sys/gnu/ext2fs
parent57e4ad9a8bbd8763114f337bdfe0d2212e949067 (diff)
downloadFreeBSD-src-4aa59982cb5684fda4dfc0e47cb17fc95a67fb5d.zip
FreeBSD-src-4aa59982cb5684fda4dfc0e47cb17fc95a67fb5d.tar.gz
Remove #define for BBOFF, it is assumed == 0 so many places that we might
as well forget about it. In fact the only thing which used it was the SBOFF macro. Sponsored by: DARPA & NAI Labs.
Diffstat (limited to 'sys/gnu/ext2fs')
-rw-r--r--sys/gnu/ext2fs/fs.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/gnu/ext2fs/fs.h b/sys/gnu/ext2fs/fs.h
index 311a0c3..7360511 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
OpenPOWER on IntegriCloud