diff options
author | Thordur I. Bjornsson <thib@cvs.openbsd.org> | 2008-05-07 14:09:37 +0000 |
---|---|---|
committer | Thordur I. Bjornsson <thib@cvs.openbsd.org> | 2008-05-07 14:09:37 +0000 |
commit | 51605671e44753905382328d274f0846612ddafa (patch) | |
tree | 9e1cd616bdb94a349d212bbf7190101eba1953c5 | |
parent | a402b6b263cca0e0963867a15992b19d7cfff462 (diff) |
oops, forgot to remove vfc_mountroot from vfsconf for real.
-rw-r--r-- | sys/sys/mount.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/sys/mount.h b/sys/sys/mount.h index f199ec5b7e4..09a6d67ee2f 100644 --- a/sys/sys/mount.h +++ b/sys/sys/mount.h @@ -1,4 +1,4 @@ -/* $OpenBSD: mount.h,v 1.83 2008/05/06 17:19:40 thib Exp $ */ +/* $OpenBSD: mount.h,v 1.84 2008/05/07 14:09:36 thib Exp $ */ /* $NetBSD: mount.h,v 1.48 1996/02/18 11:55:47 fvdl Exp $ */ /* @@ -482,7 +482,6 @@ struct vfsconf { int vfc_typenum; /* historic filesystem type number */ int vfc_refcount; /* number mounted of this type */ int vfc_flags; /* permanent flags */ - int (*vfc_mountroot)(void); /* if != NULL, routine to mount root */ struct vfsconf *vfc_next; /* next in list */ }; |