aboutsummaryrefslogtreecommitdiff
path: root/sbin/mount_devfs
Commit message (Collapse)AuthorAgeFilesLines
* Get rid of the last vestiges of the old MOUNT_* constants in theGarrett Wollman1996-05-133-211/+0
| | | | | | | | | | | | mount_* programs. While we're at it, collapse the four now-identical mount programs for devfs, fdesc, kernfs, and procfs into links to a new mount_std(8) which can mount any really generic filesystem such as these when called with the appropriate argv[0]. Also, convert the mount programs to use sysexits.h. Notes: svn path=/head/; revision=15770
* Obtained from: copied fro mount_kernfsJulian Elischer1995-04-213-0/+211
This is copied from the mount_kernfs code.. if it doesn't work there is a working binary in ~julian Notes: svn path=/head/; revision=7967