From ea0a75ee129d9998ed792e26f9256aa68fcf5bea Mon Sep 17 00:00:00 2001 From: jkh Date: Fri, 3 Jan 1997 06:32:39 +0000 Subject: Do something I've wanted to do for quite some time - collapse all the common layout code into some work functions and make all the layout-using routine adopt them. Also reorganize includes and generally clean up. --- usr.sbin/sade/wizard.c | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'usr.sbin/sade/wizard.c') diff --git a/usr.sbin/sade/wizard.c b/usr.sbin/sade/wizard.c index ae6dc78..35385fc 100644 --- a/usr.sbin/sade/wizard.c +++ b/usr.sbin/sade/wizard.c @@ -6,18 +6,13 @@ * this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp * ---------------------------------------------------------------------------- * - * $Id: wizard.c,v 1.7 1995/12/07 10:34:25 peter Exp $ + * $Id: wizard.c,v 1.8 1996/04/28 20:54:11 jkh Exp $ * */ -#include -#include -#include +#include "sysinstall.h" #include -#include #include -#include -#include "sysinstall.h" u_char mbr[] = { 250,51,192,142,208,188,0,124,139,244,80,7,80,31,251,252,191,0,6,185,0,1, -- cgit v1.1