fstat(1): fsp is in fact used. master
authorSascha Wildner <saw@online.de>
Tue, 18 Jun 2013 16:18:00 +0000 (18:18 +0200)
committerSascha Wildner <saw@online.de>
Tue, 18 Jun 2013 16:18:00 +0000 (18:18 +0200)
usr.bin/fstat/ext2fs.c
usr.bin/fstat/ntfs.c

index 9b494a8..5f32c2b 100644 (file)
@@ -42,7 +42,7 @@
 #include "fstat.h"
 
 int
-ext2fs_filestat(struct vnode *vp, struct filestat __unused *fsp)
+ext2fs_filestat(struct vnode *vp, struct filestat *fsp)
 {
        struct inode ino;
        mode_t mode;
index fb9e71e..f11481a 100644 (file)
@@ -43,7 +43,7 @@
 #include "fstat.h"
 
 int
-ntfs_filestat(struct vnode *vp, struct filestat __unused *fsp)
+ntfs_filestat(struct vnode *vp, struct filestat *fsp)
 {
        struct fnode fn;
        struct ntnode ino;