diff options
author | phk <phk@FreeBSD.org> | 2002-10-23 10:47:00 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 2002-10-23 10:47:00 +0000 |
commit | e3a940d2bf5f2388fa18ce1fb13e7dd1ee05e08f (patch) | |
tree | bad085a8179df59015440e898a2efc52a2f4e9f7 /lib | |
parent | ba20c3c6e30c3e8201fe1ef1b8efc9e7265cdb7d (diff) | |
download | FreeBSD-src-e3a940d2bf5f2388fa18ce1fb13e7dd1ee05e08f.zip FreeBSD-src-e3a940d2bf5f2388fa18ce1fb13e7dd1ee05e08f.tar.gz |
Add the new extra argument also in the alpha case.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libdisk/disk.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libdisk/disk.c b/lib/libdisk/disk.c index 0ea8f33..22c8d2b 100644 --- a/lib/libdisk/disk.c +++ b/lib/libdisk/disk.c @@ -810,7 +810,7 @@ Int_Open_Disk(const char *name, u_long size) dl.d_partitions[j].p_size, pname,part, dl.d_partitions[j].p_fstype, - 0) && j != 3) + 0, "") && j != 3) DPRINT(( "Failed to add chunk for partition %c [%lu,%lu]", j + 'a', dl.d_partitions[j].p_offset, |