diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 2005-03-16 10:24:16 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2005-03-16 10:24:16 +0000 |
| commit | 99d432b90cddaf53abaabdf051ab79eeb921f58b (patch) | |
| tree | baa88af9279c28de1b5c953930bfd79840ac251a /usr.bin | |
| parent | 3e1631ce0a356d81881641ae534558e6ca0195d5 (diff) | |
Notes
Diffstat (limited to 'usr.bin')
| -rw-r--r-- | usr.bin/fstat/cd9660.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.bin/fstat/cd9660.c b/usr.bin/fstat/cd9660.c index 8e4be03af5a5..1c26e8d854a8 100644 --- a/usr.bin/fstat/cd9660.c +++ b/usr.bin/fstat/cd9660.c @@ -66,7 +66,9 @@ isofs_filestat(struct vnode *vp, struct filestat *fsp) (void *)VTOI(vp), Pid); return 0; } +#if 0 fsp->fsid = dev2udev(isonode.i_dev); +#endif fsp->mode = (mode_t)isonode.inode.iso_mode; fsp->rdev = isonode.inode.iso_rdev; |
