summaryrefslogtreecommitdiffstats
path: root/lib/libdisk/libdisk.h
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1995-05-25 06:14:49 +0000
committerphk <phk@FreeBSD.org>1995-05-25 06:14:49 +0000
commit20051e5d380e59f5078ee3a7f8d1e4a4cd2d5404 (patch)
treea78a57ce1690294f3b5787163ea7f03cf8ec3132 /lib/libdisk/libdisk.h
parent165302f7b199f2be0c8b7057dd05e1e3765614a0 (diff)
downloadFreeBSD-src-20051e5d380e59f5078ee3a7f8d1e4a4cd2d5404.zip
FreeBSD-src-20051e5d380e59f5078ee3a7f8d1e4a4cd2d5404.tar.gz
Remove Ontrack special from All_FreeBSD().
Add chunk->disk pointer.
Diffstat (limited to 'lib/libdisk/libdisk.h')
-rw-r--r--lib/libdisk/libdisk.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libdisk/libdisk.h b/lib/libdisk/libdisk.h
index cdc966f..ebc4d83 100644
--- a/lib/libdisk/libdisk.h
+++ b/lib/libdisk/libdisk.h
@@ -6,7 +6,7 @@
* this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp
* ----------------------------------------------------------------------------
*
- * $Id: libdisk.h,v 1.15 1995/05/10 05:57:03 phk Exp $
+ * $Id: libdisk.h,v 1.16 1995/05/12 18:49:58 phk Exp $
*
*/
@@ -44,6 +44,7 @@ struct disk {
struct chunk {
struct chunk *next;
struct chunk *part;
+ struct disk *disk;
long offset;
u_long size;
u_long end;
OpenPOWER on IntegriCloud