summaryrefslogtreecommitdiffstats
path: root/sys/msdosfs/denode.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/msdosfs/denode.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/msdosfs/denode.h')
-rw-r--r--sys/msdosfs/denode.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/msdosfs/denode.h b/sys/msdosfs/denode.h
index dd8d992ce57..7190e8f37df 100644
--- a/sys/msdosfs/denode.h
+++ b/sys/msdosfs/denode.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: denode.h,v 1.19 2007/01/16 17:52:18 thib Exp $ */
+/* $OpenBSD: denode.h,v 1.20 2007/03/18 15:05:33 mickey Exp $ */
/* $NetBSD: denode.h,v 1.24 1997/10/17 11:23:39 ws Exp $ */
/*-
@@ -288,7 +288,6 @@ int msdosfs_strategy(void *);
int msdosfs_print(void *);
int msdosfs_islocked(void *);
int msdosfs_advlock(void *);
-int msdosfs_reallocblks(void *);
int msdosfs_pathconf(void *);
/*