summaryrefslogtreecommitdiffstats
path: root/lib/libdisk/change.c
diff options
context:
space:
mode:
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