summaryrefslogtreecommitdiff
path: root/sys/nfs
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2024-05-04 11:25:25 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2024-05-04 11:25:25 +0000
commit199f17c7666e29891ead69e61806cb25144028eb (patch)
treeca13886c5bfca73c025ffea84fc9269f527168c6 /sys/nfs
parent609a25124aa4a7f5fe8d434f34cbda57fde05221 (diff)
remove prototypes for removed functions
Diffstat (limited to 'sys/nfs')
-rw-r--r--sys/nfs/nfs_var.h6
1 files changed, 1 insertions, 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 */