summaryrefslogtreecommitdiff
path: root/sys/msdosfs/denode.h
diff options
context:
space:
mode:
authorConstantine Sapuntzakis <csapuntz@cvs.openbsd.org>2001-06-23 02:15:25 +0000
committerConstantine Sapuntzakis <csapuntz@cvs.openbsd.org>2001-06-23 02:15:25 +0000
commit0d0bb60489a587654939a483986aa833252268f3 (patch)
tree46d13607dd3390caa52db66106725cb83e20395c /sys/msdosfs/denode.h
parentc7b0cb75249b0df0ca9bfb325be9fa4b8b6551a4 (diff)
Get rid of several vnode operations
Diffstat (limited to 'sys/msdosfs/denode.h')
-rw-r--r--sys/msdosfs/denode.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/msdosfs/denode.h b/sys/msdosfs/denode.h
index 6a573fa2ada..665c74d2fd3 100644
--- a/sys/msdosfs/denode.h
+++ b/sys/msdosfs/denode.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: denode.h,v 1.9 2001/02/23 14:42:38 csapuntz Exp $ */
+/* $OpenBSD: denode.h,v 1.10 2001/06/23 02:15:24 csapuntz Exp $ */
/* $NetBSD: denode.h,v 1.24 1997/10/17 11:23:39 ws Exp $ */
/*-
@@ -274,9 +274,7 @@ int lease_check __P((void *));
#endif
int msdosfs_ioctl __P((void *));
int msdosfs_select __P((void *));
-int msdosfs_mmap __P((void *));
int msdosfs_fsync __P((void *));
-int msdosfs_seek __P((void *));
int msdosfs_remove __P((void *));
int msdosfs_link __P((void *));
int msdosfs_rename __P((void *));
@@ -296,7 +294,6 @@ int msdosfs_islocked __P((void *));
int msdosfs_advlock __P((void *));
int msdosfs_reallocblks __P((void *));
int msdosfs_pathconf __P((void *));
-int msdosfs_update __P((void *));
/*
* Internal service routine prototypes.