mirror of
https://github.com/freebsd/freebsd-src
synced 2024-11-05 18:22:52 +00:00
Moved getmntops() stuff back to mntopt.h so that it is visible in other
mount utilities.
This commit is contained in:
parent
fa02b62ae7
commit
8e30c09987
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=28735
4 changed files with 10 additions and 16 deletions
|
@ -23,15 +23,9 @@
|
|||
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* $Id$
|
||||
* $Id: extern.h,v 1.1 1997/08/24 21:28:38 steve Exp $
|
||||
*/
|
||||
|
||||
/* getmntopts.c */
|
||||
struct mntopt;
|
||||
|
||||
void getmntopts __P((const char *, const struct mntopt *, int *, int *));
|
||||
extern int getmnt_silent;
|
||||
|
||||
/* vfslist.c */
|
||||
int checkvfsname __P((const char *, const char **));
|
||||
const char **makevfslist __P((char *));
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
* SUCH DAMAGE.
|
||||
*
|
||||
* @(#)mntopts.h 8.7 (Berkeley) 3/29/95
|
||||
* $Id$
|
||||
* $Id: mntopts.h,v 1.9 1997/08/24 21:02:48 steve Exp $
|
||||
*/
|
||||
|
||||
struct mntopt {
|
||||
|
@ -78,3 +78,6 @@ struct mntopt {
|
|||
MOPT_NOSUID, \
|
||||
MOPT_RDONLY, \
|
||||
MOPT_UNION
|
||||
|
||||
void getmntopts __P((const char *, const struct mntopt *, int *, int *));
|
||||
extern int getmnt_silent;
|
||||
|
|
|
@ -23,15 +23,9 @@
|
|||
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* $Id$
|
||||
* $Id: extern.h,v 1.1 1997/08/24 21:28:38 steve Exp $
|
||||
*/
|
||||
|
||||
/* getmntopts.c */
|
||||
struct mntopt;
|
||||
|
||||
void getmntopts __P((const char *, const struct mntopt *, int *, int *));
|
||||
extern int getmnt_silent;
|
||||
|
||||
/* vfslist.c */
|
||||
int checkvfsname __P((const char *, const char **));
|
||||
const char **makevfslist __P((char *));
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
* SUCH DAMAGE.
|
||||
*
|
||||
* @(#)mntopts.h 8.7 (Berkeley) 3/29/95
|
||||
* $Id$
|
||||
* $Id: mntopts.h,v 1.9 1997/08/24 21:02:48 steve Exp $
|
||||
*/
|
||||
|
||||
struct mntopt {
|
||||
|
@ -78,3 +78,6 @@ struct mntopt {
|
|||
MOPT_NOSUID, \
|
||||
MOPT_RDONLY, \
|
||||
MOPT_UNION
|
||||
|
||||
void getmntopts __P((const char *, const struct mntopt *, int *, int *));
|
||||
extern int getmnt_silent;
|
||||
|
|
Loading…
Reference in a new issue