diff options
| author | John Dyson <dyson@FreeBSD.org> | 1995-11-08 04:50:00 +0000 |
|---|---|---|
| committer | John Dyson <dyson@FreeBSD.org> | 1995-11-08 04:50:00 +0000 |
| commit | f3c33c933618d7c0a95a54f9b488cf666965725c (patch) | |
| tree | a5b0c51b5427262cca6fa43507c2a5f4a5ed8489 /sys/gnu/ext2fs/ext2_alloc.c | |
| parent | 30ffadf397339ecde9a4eaf0ee5b1c5b181d771b (diff) | |
Notes
Diffstat (limited to 'sys/gnu/ext2fs/ext2_alloc.c')
| -rw-r--r-- | sys/gnu/ext2fs/ext2_alloc.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/gnu/ext2fs/ext2_alloc.c b/sys/gnu/ext2fs/ext2_alloc.c index 6a0f5d3c6360..0805cab9318d 100644 --- a/sys/gnu/ext2fs/ext2_alloc.c +++ b/sys/gnu/ext2fs/ext2_alloc.c @@ -112,7 +112,6 @@ ext2_alloc(ip, lbn, bpref, size, cred, bnp) { register struct ext2_sb_info *fs; daddr_t bno; - int cg, error; *bnp = 0; fs = ip->i_e2fs; @@ -391,7 +390,7 @@ ext2_valloc(ap) register struct ext2_sb_info *fs; register struct inode *ip; mode_t mode = ap->a_mode; - ino_t ino, ipref; + ino_t ino; int i, error; #if !defined(__FreeBSD__) struct timeval time; @@ -469,7 +468,6 @@ ext2_blkpref(ip, lbn, indx, bap, blocknr) daddr_t *bap; daddr_t blocknr; { - register struct ext2_sb_info *fs; int tmp; /* if the next block is actually what we thought it is, |
