From 2d5b4f754ed0dd5ca6a7824a23a9c79d36da264a Mon Sep 17 00:00:00 2001 From: jkh Date: Sat, 13 Apr 1996 13:32:15 +0000 Subject: 1. Update all the copyrights to delete useless clauses 3 and 4. 2. Change more of the menu code over to new system. 3. Streamline label editor. --- usr.sbin/sysinstall/dos.c | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) (limited to 'usr.sbin/sysinstall/dos.c') diff --git a/usr.sbin/sysinstall/dos.c b/usr.sbin/sysinstall/dos.c index 7c4b9b1..0df2d1a 100644 --- a/usr.sbin/sysinstall/dos.c +++ b/usr.sbin/sysinstall/dos.c @@ -4,7 +4,7 @@ * This is probably the last attempt in the `sysinstall' line, the next * generation being slated to essentially a complete rewrite. * - * $Id: dos.c,v 1.8 1995/12/07 10:33:45 peter Exp $ + * $Id: dos.c,v 1.9 1996/03/02 07:31:52 jkh Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. @@ -21,13 +21,6 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 3. All advertising materials mentioning features or use of this software - * must display the following acknowledgement: - * This product includes software developed by Jordan Hubbard - * for the FreeBSD Project. - * 4. The name of Jordan Hubbard or the FreeBSD project may not be used to - * endorse or promote products derived from this software without specific - * prior written permission. * * THIS SOFTWARE IS PROVIDED BY JORDAN HUBBARD ``AS IS'' AND * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE @@ -66,7 +59,7 @@ mediaInitDOS(Device *dev) if (!RunningAsInit || DOSMounted) return TRUE; - if (Mkdir("/dos", NULL) != RET_SUCCESS) + if (Mkdir("/dos", NULL) != DITEM_SUCCESS) return FALSE; memset(&args, 0, sizeof(args)); -- cgit v1.1