summaryrefslogtreecommitdiffstats
path: root/sys/gnu/ext2fs/ext2_balloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/gnu/ext2fs/ext2_balloc.c')
-rw-r--r--sys/gnu/ext2fs/ext2_balloc.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/gnu/ext2fs/ext2_balloc.c b/sys/gnu/ext2fs/ext2_balloc.c
index 252a297..bd4eb8d 100644
--- a/sys/gnu/ext2fs/ext2_balloc.c
+++ b/sys/gnu/ext2fs/ext2_balloc.c
@@ -61,15 +61,15 @@
*/
int
ext2_balloc(ip, bn, size, cred, bpp, flags)
- register struct inode *ip;
- register daddr_t bn;
+ struct inode *ip;
+ daddr_t bn;
int size;
struct ucred *cred;
struct buf **bpp;
int flags;
{
- register struct ext2_sb_info *fs;
- register daddr_t nb;
+ struct ext2_sb_info *fs;
+ daddr_t nb;
struct buf *bp, *nbp;
struct vnode *vp = ITOV(ip);
struct indir indirs[NIADDR + 2];
OpenPOWER on IntegriCloud