diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2007-06-18 17:11:53 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2007-06-18 17:11:53 +0000 |
commit | 7121604f71f4f4e840889b3ac664af55a41cbc99 (patch) | |
tree | 15d379e12fb0cb08aeadcbc6f7eb3887406709f8 /sys/arch/hp300 | |
parent | 4b41eac596096e6da929cf5f024b2b96cba4cc87 (diff) |
delete comment above cpu_disklabel that is not needed
Diffstat (limited to 'sys/arch/hp300')
-rw-r--r-- | sys/arch/hp300/include/disklabel.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/hp300/include/disklabel.h b/sys/arch/hp300/include/disklabel.h index 9fb87357f80..4554198550c 100644 --- a/sys/arch/hp300/include/disklabel.h +++ b/sys/arch/hp300/include/disklabel.h @@ -1,4 +1,4 @@ -/* $OpenBSD: disklabel.h,v 1.6 2007/06/17 00:27:27 deraadt Exp $ */ +/* $OpenBSD: disklabel.h,v 1.7 2007/06/18 17:11:52 deraadt Exp $ */ /* * Copyright (c) 1994 Christopher G. Demetriou @@ -37,7 +37,6 @@ #define LABELOFFSET 0 /* offset of label in sector */ #define MAXPARTITIONS 16 /* number of partitions */ -/* Just a dummy */ struct cpu_disklabel { }; |