1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-02-06 18:29:47 +00:00
patch added the nmount at the bottom first time around.

Take 3!
This commit is contained in:
Poul-Henning Kamp 2001-11-02 19:12:06 +00:00
parent db42a33d81
commit 0bd1a2d087
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=85896
2 changed files with 0 additions and 42 deletions

View File

@ -4185,24 +4185,3 @@ extattr_delete_fd(td, uap)
return (error);
}
#ifndef _SYS_SYSPROTO_H_
struct nmount_args {
struct iovec *iovp;
unsigned int iovcnt;
int flags;
};
#endif
/* ARGSUSED */
int
nmount(td, uap)
struct thread *td;
struct nmount_args /* {
syscallarg(struct iovec *) iovp;
syscallarg(unsigned int) iovcnt;
syscallarg(int) flags;
} */ *uap;
{
return(EOPNOTSUPP);
}

View File

@ -4185,24 +4185,3 @@ extattr_delete_fd(td, uap)
return (error);
}
#ifndef _SYS_SYSPROTO_H_
struct nmount_args {
struct iovec *iovp;
unsigned int iovcnt;
int flags;
};
#endif
/* ARGSUSED */
int
nmount(td, uap)
struct thread *td;
struct nmount_args /* {
syscallarg(struct iovec *) iovp;
syscallarg(unsigned int) iovcnt;
syscallarg(int) flags;
} */ *uap;
{
return(EOPNOTSUPP);
}