aboutsummaryrefslogtreecommitdiff
path: root/lib/libdisk/change.c
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>1995-04-30 22:51:05 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>1995-04-30 22:51:05 +0000
commit87d4886cc3f66c64fa1b1f8b0100f75242949ae6 (patch)
tree52fa95719c11c41eb13898b8e89eb62713ab669f /lib/libdisk/change.c
parent1ccc95ada5c1d1cd6d1b8c31c8793c181d5ab89c (diff)
Notes
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 76d28cf1baf2..cd78f45e45d8 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);
}