diff options
-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 7d35140..7888d8c 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) { |