diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2007-03-18 15:05:34 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2007-03-18 15:05:34 +0000 |
commit | e1a95c3fd1616145288f44917f513495ddb85829 (patch) | |
tree | bdefeec5cfb803587e4c3f148815830eb4655986 /sys/msdosfs/denode.h | |
parent | 63ebf3228eaf64fdc80c0cab05548ba8b4d96e04 (diff) |
get rid of noop vop_reallocblks; pedro@ miod@ ok
Diffstat (limited to 'sys/msdosfs/denode.h')
-rw-r--r-- | sys/msdosfs/denode.h | 3 |
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 *); /* |