summaryrefslogtreecommitdiffstats
path: root/usr.bin/fstat/msdosfs.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/fstat/msdosfs.c')
-rw-r--r--usr.bin/fstat/msdosfs.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.bin/fstat/msdosfs.c b/usr.bin/fstat/msdosfs.c
index dda7d17..5bae63e 100644
--- a/usr.bin/fstat/msdosfs.c
+++ b/usr.bin/fstat/msdosfs.c
@@ -73,9 +73,7 @@ struct dosmount {
};
int
-msdosfs_filestat(vp, fsp)
- struct vnode *vp;
- struct filestat *fsp;
+msdosfs_filestat(struct vnode *vp, struct filestat *fsp)
{
struct denode denode;
static struct dosmount *mounts;
OpenPOWER on IntegriCloud