summaryrefslogtreecommitdiffstats
path: root/lib/libdisk/change.c
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1995-04-30 22:51:05 +0000
committerphk <phk@FreeBSD.org>1995-04-30 22:51:05 +0000
commit0ffc27529d2c7ca6ee9effc3d7b9992202957586 (patch)
tree52fa95719c11c41eb13898b8e89eb62713ab669f /lib/libdisk/change.c
parent98983f573b28e96799662ad8c01789ef1ef7c9e7 (diff)
downloadFreeBSD-src-0ffc27529d2c7ca6ee9effc3d7b9992202957586.zip
FreeBSD-src-0ffc27529d2c7ca6ee9effc3d7b9992202957586.tar.gz
Use the DIOCSYNCSLICE ioctl now. (use only with kernel from this morning).
Get the CHS's right. Get the disklabels (more) right.
Diffstat (limited to 'lib/libdisk/change.c')
-rw-r--r--lib/libdisk/change.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libdisk/change.c b/lib/libdisk/change.c
index 76d28cf..cd78f45 100644
--- a/lib/libdisk/change.c
+++ b/lib/libdisk/change.c
@@ -6,7 +6,7 @@
* this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp
* ----------------------------------------------------------------------------
*
- * $Id: change.c,v 1.2 1995/04/29 01:55:18 phk Exp $
+ * $Id: change.c,v 1.3 1995/04/29 04:00:53 phk Exp $
*
*/
@@ -55,5 +55,5 @@ All_FreeBSD(struct disk *d)
goto again;
}
c=d->chunks;
- Create_Chunk(d,c->offset,c->size,freebsd,0,0);
+ Create_Chunk(d,c->offset,c->size,freebsd,0xa5,0);
}
OpenPOWER on IntegriCloud