From 0bd1a2d087bbc499b76a62dd95cf3c23b72ac2a0 Mon Sep 17 00:00:00 2001 From: Poul-Henning Kamp Date: Fri, 2 Nov 2001 19:12:06 +0000 Subject: [PATCH] Argh! patch added the nmount at the bottom first time around. Take 3! --- sys/kern/vfs_extattr.c | 21 --------------------- sys/kern/vfs_syscalls.c | 21 --------------------- 2 files changed, 42 deletions(-) diff --git a/sys/kern/vfs_extattr.c b/sys/kern/vfs_extattr.c index 6831357da66..76638277008 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 6831357da66..76638277008 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); -}