mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 01:30:30 -04:00
Argh!
patch added the nmount at the bottom first time around. Take 3!
This commit is contained in:
parent
db42a33d81
commit
0bd1a2d087
2 changed files with 0 additions and 42 deletions
|
|
@ -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…
Reference in a new issue