summaryrefslogtreecommitdiff
path: root/sys/nfs
diff options
context:
space:
mode:
authorThordur I. Bjornsson <thib@cvs.openbsd.org>2009-01-15 19:41:19 +0000
committerThordur I. Bjornsson <thib@cvs.openbsd.org>2009-01-15 19:41:19 +0000
commit733acdde780d1cbccc149fa82fe7290c087b25b3 (patch)
treebff2227ad857e360772d17c5dd20a9a35602f3f1 /sys/nfs
parent88e1222a3f74f31b37413e6a3f2488e29ef76a82 (diff)
remove prototypes for nonexistent 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 64c97376086..130c8660956 100644
--- a/sys/nfs/nfs_var.h
+++ b/sys/nfs/nfs_var.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: nfs_var.h,v 1.44 2008/10/16 07:57:06 blambert Exp $ */
+/* $OpenBSD: nfs_var.h,v 1.45 2009/01/15 19:41:18 thib Exp $ */
/* $NetBSD: nfs_var.h,v 1.3 1996/02/18 11:53:54 fvdl Exp $ */
/*
@@ -110,10 +110,6 @@ int nfs_pathconf(void *);
int nfs_advlock(void *);
int nfs_print(void *);
int nfs_blkatoff(void *);
-int nfs_valloc(void *);
-int nfs_vfree(void *);
-int nfs_truncate(void *);
-int nfs_update(void *);
int nfs_bwrite(void *);
int nfs_writebp(struct buf *, int);
int nfsspec_access(void *);