summaryrefslogtreecommitdiffstats
path: root/sys/nfs/nfsnode.h
diff options
context:
space:
mode:
authormickey <mickey@openbsd.org>2007-03-18 15:05:33 +0000
committermickey <mickey@openbsd.org>2007-03-18 15:05:33 +0000
commitd67cd8288aa38ebf4dfee46bba287a43eb1ea00c (patch)
tree2c0f6cd507dd97b4391ac4a103dfab9ce792c283 /sys/nfs/nfsnode.h
parentComment routine which does the chip access validation. (diff)
downloadwireguard-openbsd-d67cd8288aa38ebf4dfee46bba287a43eb1ea00c.tar.xz
wireguard-openbsd-d67cd8288aa38ebf4dfee46bba287a43eb1ea00c.zip
get rid of noop vop_reallocblks; pedro@ miod@ ok
Diffstat (limited to 'sys/nfs/nfsnode.h')
-rw-r--r--sys/nfs/nfsnode.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/nfs/nfsnode.h b/sys/nfs/nfsnode.h
index 708218c9518..76a5f5dd90b 100644
--- a/sys/nfs/nfsnode.h
+++ b/sys/nfs/nfsnode.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: nfsnode.h,v 1.23 2007/01/16 17:52:18 thib Exp $ */
+/* $OpenBSD: nfsnode.h,v 1.24 2007/03/18 15:05:33 mickey Exp $ */
/* $NetBSD: nfsnode.h,v 1.16 1996/02/18 11:54:04 fvdl Exp $ */
/*
@@ -207,8 +207,6 @@ int nfs_pathconf(void *);
int nfs_advlock(void *);
int nfs_bwrite(void *);
int nfs_vget(struct mount *, ino_t, struct vnode **);
-#define nfs_reallocblks \
- ((int (*)(void *))eopnotsupp)
/* other stuff */
int nfs_removeit(struct sillyrename *);