diff options
Diffstat (limited to 'sys/arch/hp300/include/disklabel.h')
-rw-r--r-- | sys/arch/hp300/include/disklabel.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/sys/arch/hp300/include/disklabel.h b/sys/arch/hp300/include/disklabel.h index 98c0a7ce943..da4e2edfbdc 100644 --- a/sys/arch/hp300/include/disklabel.h +++ b/sys/arch/hp300/include/disklabel.h @@ -1,4 +1,4 @@ -/* $OpenBSD: disklabel.h,v 1.3 1997/02/10 01:33:58 downsj Exp $ */ +/* $OpenBSD: disklabel.h,v 1.4 1997/08/08 21:46:42 niklas Exp $ */ /* $NetBSD: disklabel.h,v 1.1 1994/10/14 18:26:39 cgd Exp $ */ /* @@ -44,9 +44,4 @@ struct cpu_disklabel { int cd_dummy; /* must have one element. */ }; -#ifdef _KERNEL -struct disklabel; -int bounds_check_with_label __P((struct buf *, struct disklabel *, int)); -#endif - #endif /* _MACHINE_DISKLABEL_H_ */ |