Add getmntvinfo() which uses the new getvfsstat() system call.
authorMatthew Dillon <dillon@dragonflybsd.org>
Sun, 1 Jun 2008 20:46:45 +0000 (20:46 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Sun, 1 Jun 2008 20:46:45 +0000 (20:46 +0000)
commit8dbc21114c0bab83838e3ce417e05ba45b40000d
tree23cdc7439470de072636f94182762ddfbc84ec6c
parentc4c8e252068bc3527dd18e7249bc1f9c0e77b45b
Add getmntvinfo() which uses the new getvfsstat() system call.
lib/libc/gen/Makefile.inc
lib/libc/gen/getmntinfo.3
lib/libc/gen/getmntvinfo.c [new file with mode: 0644]
lib/libc/sys/Makefile.inc
lib/libc/sys/getfsstat.2