diff options
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/alpha/alpha/disksubr.c | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/sys/arch/alpha/alpha/disksubr.c b/sys/arch/alpha/alpha/disksubr.c index 13e1bf7124b..d83af88f3e8 100644 --- a/sys/arch/alpha/alpha/disksubr.c +++ b/sys/arch/alpha/alpha/disksubr.c @@ -1,4 +1,4 @@ -/* $OpenBSD: disksubr.c,v 1.79 2007/06/09 04:08:39 deraadt Exp $ */ +/* $OpenBSD: disksubr.c,v 1.80 2007/06/09 18:03:59 deraadt Exp $ */ /* $NetBSD: disksubr.c,v 1.21 1996/05/03 19:42:03 christos Exp $ */ /* @@ -34,12 +34,6 @@ * @(#)ufs_disksubr.c 7.16 (Berkeley) 5/4/91 */ -/* - * This disksubr.c module started to take its present form on OpenBSD/alpha - * but it was always thought it should be made completely MI and not need to - * be in that alpha-specific tree at all. - */ - #include <sys/param.h> #include <sys/systm.h> #include <sys/buf.h> |