summaryrefslogtreecommitdiffstats
path: root/sys/fs/ext2fs/ext2_balloc.c
diff options
context:
space:
mode:
authorpfg <pfg@FreeBSD.org>2013-02-10 19:49:37 +0000
committerpfg <pfg@FreeBSD.org>2013-02-10 19:49:37 +0000
commit1d9f9f37f8fee7e4d32feb20fde8706619e29f93 (patch)
treedbdaa0cb9c2f22e74badfb91f1eb9bbc81905096 /sys/fs/ext2fs/ext2_balloc.c
parent329d8f638fe8ebf13e65dd27511850b3c32fba97 (diff)
downloadFreeBSD-src-1d9f9f37f8fee7e4d32feb20fde8706619e29f93.zip
FreeBSD-src-1d9f9f37f8fee7e4d32feb20fde8706619e29f93.tar.gz
ext2fs: Use prototype declarations for function definitions
Submitted by: Christoph Mallon MFC after: 2 weeks
Diffstat (limited to 'sys/fs/ext2fs/ext2_balloc.c')
-rw-r--r--sys/fs/ext2fs/ext2_balloc.c9
1 files changed, 2 insertions, 7 deletions
diff --git a/sys/fs/ext2fs/ext2_balloc.c b/sys/fs/ext2fs/ext2_balloc.c
index 1861f69..1c0cc0e 100644
--- a/sys/fs/ext2fs/ext2_balloc.c
+++ b/sys/fs/ext2fs/ext2_balloc.c
@@ -55,13 +55,8 @@
* the inode and the logical block number in a file.
*/
int
-ext2_balloc(ip, lbn, size, cred, bpp, flags)
- struct inode *ip;
- int32_t lbn;
- int size;
- struct ucred *cred;
- struct buf **bpp;
- int flags;
+ext2_balloc(struct inode *ip, int32_t lbn, int size, struct ucred *cred,
+ struct buf **bpp, int flags)
{
struct m_ext2fs *fs;
struct ext2mount *ump;
OpenPOWER on IntegriCloud