diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2003-01-10 19:25:38 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2003-01-10 19:25:38 +0000 |
| commit | 53465bf736fab55182314a19c7b4d7a7c4257469 (patch) | |
| tree | 68409884412a822f295542088b024e0d863a89ab /lib/libdisk/libdisk.h | |
| parent | a13340a8e4220728acc6cd0e11d56c04cd9be54e (diff) | |
Notes
Diffstat (limited to 'lib/libdisk/libdisk.h')
| -rw-r--r-- | lib/libdisk/libdisk.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libdisk/libdisk.h b/lib/libdisk/libdisk.h index fd7b4a58b226..ade39d73d2eb 100644 --- a/lib/libdisk/libdisk.h +++ b/lib/libdisk/libdisk.h @@ -258,7 +258,7 @@ Prev_Track_Aligned(const struct disk *, u_long); /* Check if offset is aligned on a track according to the bios geometry */ struct chunk * -Create_Chunk_DWIM(struct disk *, const struct chunk *, u_long, chunk_e, int, +Create_Chunk_DWIM(struct disk *, struct chunk *, u_long, chunk_e, int, u_long); /* * This one creates a partition inside the given parent of the given |
