diff options
author | Kenneth R Westerback <krw@cvs.openbsd.org> | 2006-10-04 03:23:02 +0000 |
---|---|---|
committer | Kenneth R Westerback <krw@cvs.openbsd.org> | 2006-10-04 03:23:02 +0000 |
commit | d53c008630356e11163e4052bfc447f37d4b9e10 (patch) | |
tree | f66e39d2b36d7a339fd47e4154de63b2406faf32 /sys/arch/vax | |
parent | d46d570542b59ad0ed1c107a2ab0140ff80a26a1 (diff) |
More tidying up after bad144. Remove references in comments and
don't include dkbad.h when nothing in it is used. Missed
arm/include/disklabel.h first time around.
Diffstat (limited to 'sys/arch/vax')
-rw-r--r-- | sys/arch/vax/vax/disksubr.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/vax/vax/disksubr.c b/sys/arch/vax/vax/disksubr.c index 04902f6f19a..1e0aa5bae34 100644 --- a/sys/arch/vax/vax/disksubr.c +++ b/sys/arch/vax/vax/disksubr.c @@ -1,4 +1,4 @@ -/* $OpenBSD: disksubr.c,v 1.30 2006/08/17 10:34:14 krw Exp $ */ +/* $OpenBSD: disksubr.c,v 1.31 2006/10/04 03:23:01 krw Exp $ */ /* $NetBSD: disksubr.c,v 1.21 1999/06/30 18:48:06 ragge Exp $ */ /* @@ -35,7 +35,6 @@ #include <sys/param.h> #include <sys/systm.h> #include <sys/buf.h> -#include <sys/dkbad.h> #include <sys/disklabel.h> #include <sys/syslog.h> #include <sys/proc.h> |