summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/getvfsbyname.c
Commit message (Collapse)AuthorAgeFilesLines
* getvfsbyname() doesn't existing NetBSD, so return ENOSYS if compiledjb1998-03-091-1/+5
| | | | into a library with __NETBSD_SYSCALLS defined.
* Enabled the Lite2 getvfsbyname(). It's actually named new_getvfsbyname()bde1997-03-031-2/+5
| | | | | | | for now so that we don't lose library compatibility. Applications should define _NEW_VFSCONF and use getvfsbyname() instead of new_getvfsbyname() if they want the new vfsconf interface. Parts of the old interface (enough to load vfs modules, I hope) are still available.
* Attempt to import Lite2's getvfsbyname.c.bde1997-03-021-0/+77
OpenPOWER on IntegriCloud