From 3b6a142d8de0c7c6fc16424823c1c574c26a6019 Mon Sep 17 00:00:00 2001 From: jkh Date: Sat, 20 May 1995 10:33:14 +0000 Subject: 1. Fix a pathological bug I introduced in msgInfo(). Right idea, wrong implementation. 2. Totally rework device registration. It's about half the size and more powerful now. 3. Add DOS discovery. 4. Start filling in some of the strategy routines. 5. Another clean-up pass over the menus. 6. Make wizard code use Disk typedef. If I can get the first strategy routine finished tonite, we should have a working install (from ftp, at least) this weekend. --- usr.sbin/sade/wizard.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'usr.sbin/sade/wizard.c') diff --git a/usr.sbin/sade/wizard.c b/usr.sbin/sade/wizard.c index aa4fc34..a3f9285 100644 --- a/usr.sbin/sade/wizard.c +++ b/usr.sbin/sade/wizard.c @@ -6,7 +6,7 @@ * this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp * ---------------------------------------------------------------------------- * - * $Id: wizard.c,v 1.2 1995/05/16 02:53:31 jkh Exp $ + * $Id: wizard.c,v 1.3 1995/05/17 14:40:00 jkh Exp $ * */ @@ -81,7 +81,7 @@ scan_block(int fd, daddr_t block) } void -Scan_Disk(struct disk *d) +Scan_Disk(Disk *d) { char device[64]; u_long l; @@ -115,9 +115,9 @@ Scan_Disk(struct disk *d) } void -slice_wizard(struct disk *d) +slice_wizard(Disk *d) { - struct disk *db; + Disk *db; char myprompt[BUFSIZ]; char input[BUFSIZ]; char *p,*q=0; -- cgit v1.1