summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sade/wizard.c
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2002-10-22 10:52:53 +0000
committerphk <phk@FreeBSD.org>2002-10-22 10:52:53 +0000
commit875a5f0d857184be752d68d4ea7ecb65a2060dae (patch)
treef73e34b0072287d857d29f148330f5f309b3395b /usr.sbin/sade/wizard.c
parent1bc5baf5c9b8f1c322eb6e8d3f27f4eb15cdb39b (diff)
downloadFreeBSD-src-875a5f0d857184be752d68d4ea7ecb65a2060dae.zip
FreeBSD-src-875a5f0d857184be752d68d4ea7ecb65a2060dae.tar.gz
Chunk functions in libdisk take an extra arguement for all archs to accomodate
PC98 with less ifdef madness.
Diffstat (limited to 'usr.sbin/sade/wizard.c')
-rw-r--r--usr.sbin/sade/wizard.c2
1 files changed, 1 insertions, 1 deletions
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
OpenPOWER on IntegriCloud