From 0af06ae5564c25f587b7517e02a7d830d8b58b82 Mon Sep 17 00:00:00 2001 From: jsg Date: Sat, 4 May 2024 11:25:24 +0000 Subject: [PATCH] remove prototypes for removed functions --- sys/nfs/nfs_var.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/sys/nfs/nfs_var.h b/sys/nfs/nfs_var.h index 962a94b608c..36e74ca2d45 100644 --- a/sys/nfs/nfs_var.h +++ b/sys/nfs/nfs_var.h @@ -1,4 +1,4 @@ -/* $OpenBSD: nfs_var.h,v 1.64 2024/04/30 17:04:23 miod Exp $ */ +/* $OpenBSD: nfs_var.h,v 1.65 2024/05/04 11:25:24 jsg Exp $ */ /* $NetBSD: nfs_var.h,v 1.3 1996/02/18 11:53:54 fvdl Exp $ */ /* @@ -66,8 +66,6 @@ int nfs_readlinkrpc(struct vnode *, struct uio *, struct ucred *); int nfs_readrpc(struct vnode *, struct uio *); int nfs_writerpc(struct vnode *, struct uio *, int *, int *); int nfs_removeit(struct sillyrename *); -int nfs_mmap(void *); -int nfs_blkatoff(void *); int nfs_writebp(struct buf *, int); #define nfs_ioctl ((int (*)(void *))enoioctl) @@ -153,7 +151,6 @@ void nfsm_uiotombuf(struct mbuf **, struct uio *, size_t); void nfsm_strtombuf(struct mbuf **, void *, size_t); void nfsm_buftombuf(struct mbuf **, void *, size_t); int nfs_adv(struct mbuf **, caddr_t *, int, int); -int nfsm_strtmbuf(struct mbuf **, char **, char *, long); int nfs_vfs_init(struct vfsconf *); int nfs_attrtimeo(struct nfsnode *); int nfs_loadattrcache(struct vnode **, struct mbuf **, caddr_t *, @@ -190,7 +187,6 @@ void nfsm_srvfhtom(struct mbuf **, fhandle_t *, int); /* nfs_syscalls.c */ int sys_nfssvc(struct proc *, void *, register_t *); void nfsrv_init(int); -void start_nfsio(void *); void nfs_getset_niothreads(int); /* nfs_kq.c */ -- 2.20.1