diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 2002-07-30 12:02:41 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2002-07-30 12:02:41 +0000 |
| commit | 9fbc6a330df99aef6fa032dfba36e571c30ab39a (patch) | |
| tree | d42061576d74451061da4d752e661b02046d9f62 /sys | |
| parent | 17b1994bbe550ad65f1851034f8e1cb23945539a (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/ufs/ffs/ffs_alloc.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/ufs/ffs/ffs_alloc.c b/sys/ufs/ffs/ffs_alloc.c index 7d35140d2a351..7888d8c334731 100644 --- a/sys/ufs/ffs/ffs_alloc.c +++ b/sys/ufs/ffs/ffs_alloc.c @@ -1648,9 +1648,6 @@ gotit: */ static int ffs_isfreeblock(struct fs *fs, unsigned char *cp, ufs1_daddr_t h) - struct fs *fs; - unsigned char *cp; - ufs1_daddr_t h; { switch ((int)fs->fs_frag) { |
