summaryrefslogtreecommitdiffstats
path: root/sys/gnu/fs/ext2fs/ext2_subr.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/gnu/fs/ext2fs/ext2_subr.c')
-rw-r--r--sys/gnu/fs/ext2fs/ext2_subr.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/gnu/fs/ext2fs/ext2_subr.c b/sys/gnu/fs/ext2fs/ext2_subr.c
index 587ed05..e461beb 100644
--- a/sys/gnu/fs/ext2fs/ext2_subr.c
+++ b/sys/gnu/fs/ext2fs/ext2_subr.c
@@ -74,7 +74,7 @@ ext2_blkatoff(vp, offset, res, bpp)
struct buf **bpp;
{
struct inode *ip;
- register struct ext2_sb_info *fs;
+ struct ext2_sb_info *fs;
struct buf *bp;
daddr_t lbn;
int bsize, error;
@@ -101,8 +101,8 @@ ext2_checkoverlap(bp, ip)
struct buf *bp;
struct inode *ip;
{
- register struct buf *ebp, *ep;
- register daddr_t start, last;
+ struct buf *ebp, *ep;
+ daddr_t start, last;
struct vnode *vp;
ebp = &buf[nbuf];
OpenPOWER on IntegriCloud