summaryrefslogtreecommitdiff
path: root/sys/arch/amd64/amd64/disksubr.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/amd64/amd64/disksubr.c')
-rw-r--r--sys/arch/amd64/amd64/disksubr.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/amd64/amd64/disksubr.c b/sys/arch/amd64/amd64/disksubr.c
index 3dc92c8504f..7d047a3cafa 100644
--- a/sys/arch/amd64/amd64/disksubr.c
+++ b/sys/arch/amd64/amd64/disksubr.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: disksubr.c,v 1.50 2007/06/17 00:27:28 deraadt Exp $ */
+/* $OpenBSD: disksubr.c,v 1.51 2007/06/18 05:25:06 deraadt Exp $ */
/* $NetBSD: disksubr.c,v 1.21 1996/05/03 19:42:03 christos Exp $ */
/*
@@ -123,7 +123,6 @@ done:
/*
* Write disk label back to device after modification.
- * XXX cannot handle OpenBSD partitions in extended partitions!
*/
int
writedisklabel(dev_t dev, void (*strat)(struct buf *),