mirror of
https://git.FreeBSD.org/src.git
synced 2025-02-06 18:29:47 +00:00
Argh!
patch added the nmount at the bottom first time around. Take 3!
This commit is contained in:
parent
db42a33d81
commit
0bd1a2d087
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=85896
@ -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);
|
||||
}
|
||||
|
@ -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);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user