NetBSD/usr.bin/fstat
atatat 63fae01c7d Slurp in the struct mount at vp->v_mount and the struct specinfo at
vp->v_specinfo to get the proper st_dev and st_rdev numbers.  We're
already picking over the kernel, so let's do it right.  That means
also asserting the file type for the /dev/pts directory (S_IFDIR) and
nodes therein (S_IFCHR).

Remove getptsmajor(), since we no longer need it.  Besides, it was
being used wrongly.
2004-12-14 03:10:23 +00:00
..
Makefile Add ptyfs. 2004-12-12 22:41:03 +00:00
fstat.1
fstat.c Cast fst.fileid to unsigned long and print it as such. Inode numbers 2004-12-14 03:09:24 +00:00
fstat.h Add ptyfs. 2004-12-12 22:41:03 +00:00
isofs.c
ntfs.c
ptyfs.c Slurp in the struct mount at vp->v_mount and the struct specinfo at 2004-12-14 03:10:23 +00:00