Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | getvfsbyname() doesn't existing NetBSD, so return ENOSYS if compiled | jb | 1998-03-09 | 1 | -1/+5 |
| | | | | into a library with __NETBSD_SYSCALLS defined. | ||||
* | Enabled the Lite2 getvfsbyname(). It's actually named new_getvfsbyname() | bde | 1997-03-03 | 1 | -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. | bde | 1997-03-02 | 1 | -0/+77 |