From 7e51f09a84728ab85cf82db31aad751f4aca98cb Mon Sep 17 00:00:00 2001 From: jkh Date: Mon, 8 Jul 1996 08:54:36 +0000 Subject: Whoops! Now that I'm decompressing docs into /tmp, it's important to make sure that /tmp is there first! :-) While I'm at it, clean up the somewhat inexplicably bogus Mkdir() function. --- usr.sbin/sysinstall/dos.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.sbin/sysinstall/dos.c') diff --git a/usr.sbin/sysinstall/dos.c b/usr.sbin/sysinstall/dos.c index 9e4ed9b..b1edd3d 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.11 1996/04/23 01:29:19 jkh Exp $ + * $Id: dos.c,v 1.12 1996/04/28 03:26:54 jkh Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. @@ -59,7 +59,7 @@ mediaInitDOS(Device *dev) if (!RunningAsInit || DOSMounted) return TRUE; - if (DITEM_STATUS(Mkdir("/dos", NULL)) != DITEM_SUCCESS) + if (DITEM_STATUS(Mkdir("/dos")) != DITEM_SUCCESS) return FALSE; memset(&args, 0, sizeof(args)); -- cgit v1.1