From 875a5f0d857184be752d68d4ea7ecb65a2060dae Mon Sep 17 00:00:00 2001 From: phk Date: Tue, 22 Oct 2002 10:52:53 +0000 Subject: Chunk functions in libdisk take an extra arguement for all archs to accomodate PC98 with less ifdef madness. --- usr.sbin/sade/wizard.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.sbin/sade/wizard.c') diff --git a/usr.sbin/sade/wizard.c b/usr.sbin/sade/wizard.c index 6dec01d..e9c0da5 100644 --- a/usr.sbin/sade/wizard.c +++ b/usr.sbin/sade/wizard.c @@ -146,7 +146,7 @@ slice_wizard(Disk *d) strtol(cmds[2],0,0), strtol(cmds[3],0,0), strtol(cmds[4],0,0), - strtol(cmds[5],0,0))); + strtol(cmds[5],0,0), "")); continue; } #endif -- cgit v1.1