summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2001-11-02 19:12:06 +0000
committerphk <phk@FreeBSD.org>2001-11-02 19:12:06 +0000
commit9682ea287751aa7aad9e21c50ba74cfb3d7314d0 (patch)
treef16bc2371115bb6c74f7b1bffa4bfc5e5a097310
parent6422aec2e5b76d0fba74ccbc3824dd26140559ed (diff)
downloadFreeBSD-src-9682ea287751aa7aad9e21c50ba74cfb3d7314d0.zip
FreeBSD-src-9682ea287751aa7aad9e21c50ba74cfb3d7314d0.tar.gz
Argh!
patch added the nmount at the bottom first time around. Take 3!
-rw-r--r--sys/kern/vfs_extattr.c21
-rw-r--r--sys/kern/vfs_syscalls.c21
2 files changed, 0 insertions, 42 deletions
diff --git a/sys/kern/vfs_extattr.c b/sys/kern/vfs_extattr.c
index 6831357..7663827 100644
--- a/sys/kern/vfs_extattr.c
+++ b/sys/kern/vfs_extattr.c
@@ -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);
-}
diff --git a/sys/kern/vfs_syscalls.c b/sys/kern/vfs_syscalls.c
index 6831357..7663827 100644
--- a/sys/kern/vfs_syscalls.c
+++ b/sys/kern/vfs_syscalls.c
@@ -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);
-}
OpenPOWER on IntegriCloud