diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2007-06-18 05:25:08 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2007-06-18 05:25:08 +0000 |
commit | c48c6a43031eed3fd9a38082e116ea2095732f1a (patch) | |
tree | e4c6eae77e7ba650550dee5bcc4e6c49624f5aae /sys/arch/arm | |
parent | 33ebf7c7da28bdec68dd90cff69168b898665a82 (diff) |
this XXX has no place here anymore. extended partition label writing
might even work now (ie. if it works, it is because finding the label
location is now MI code shared for the read & write paths)
Diffstat (limited to 'sys/arch/arm')
-rw-r--r-- | sys/arch/arm/arm/disksubr.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/arm/arm/disksubr.c b/sys/arch/arm/arm/disksubr.c index fe58a178d2c..3c0297307e6 100644 --- a/sys/arch/arm/arm/disksubr.c +++ b/sys/arch/arm/arm/disksubr.c @@ -1,4 +1,4 @@ -/* $OpenBSD: disksubr.c,v 1.45 2007/06/17 00:27:28 deraadt Exp $ */ +/* $OpenBSD: disksubr.c,v 1.46 2007/06/18 05:25:07 deraadt Exp $ */ /* $NetBSD: disksubr.c,v 1.21 1996/05/03 19:42:03 christos Exp $ */ /* @@ -96,7 +96,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 *), |