summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sade/wizard.c
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1995-05-20 10:33:14 +0000
committerjkh <jkh@FreeBSD.org>1995-05-20 10:33:14 +0000
commit3b6a142d8de0c7c6fc16424823c1c574c26a6019 (patch)
treefe34e20c28206a242583f4afa84e1c0ce9c247b8 /usr.sbin/sade/wizard.c
parentb00009a29ac9fc1ba5f3ce41b8d992a4c9b88e5e (diff)
downloadFreeBSD-src-3b6a142d8de0c7c6fc16424823c1c574c26a6019.zip
FreeBSD-src-3b6a142d8de0c7c6fc16424823c1c574c26a6019.tar.gz
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.
Diffstat (limited to 'usr.sbin/sade/wizard.c')
-rw-r--r--usr.sbin/sade/wizard.c8
1 files changed, 4 insertions, 4 deletions
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;
OpenPOWER on IntegriCloud