summaryrefslogtreecommitdiffstats
path: root/sbin/mount/extern.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove UFS-specific parts from mount(8).rodrigc2005-11-231-2/+0
| | | | | For mounting UFS, all mount options are passed directly to nmount(), without any UFS-specific logic.
* - Minor fixes to raise WARNS level to 6.rodrigc2005-11-121-1/+2
| | | | | | | | | | | | | | - Teach the mount program to call the nmount() syscall directly - Preserve existing method of calling mount() for UFS, until we clean things up. - Preserve existing method of forking and calling external mount programs for mfs, msdosfs, nfs, nfs4, ntfs, nwfs, nullfs, portalfs, reiserfs, smbfs, udf, umapfs, unionfs - devfs, linprocfs, procfs, ext2fs call nmount() syscall directly, since that is all those external mount programs were doing Reviewed by: phk Discussed on: arch
* Switch from K&R-style C prototypes to ISO/ANSI-style C prototypes.rodrigc2005-10-071-1/+1
| | | | Make prototype in extern.h match prototype in mount_ufs.c
* o __P removedimp2002-03-211-3/+3
| | | | o main prototype removed
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Moved getmntops() stuff back to mntopt.h so that it is visible in otherbde1997-08-251-7/+1
| | | | mount utilities.
* Forgot to cvs add this new file.steve1997-08-241-0/+40
OpenPOWER on IntegriCloud