summaryrefslogtreecommitdiffstats
path: root/release/sysinstall/nfs.c
diff options
context:
space:
mode:
Diffstat (limited to 'release/sysinstall/nfs.c')
-rw-r--r--release/sysinstall/nfs.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/release/sysinstall/nfs.c b/release/sysinstall/nfs.c
index cd2e963..516e4f1 100644
--- a/release/sysinstall/nfs.c
+++ b/release/sysinstall/nfs.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: nfs.c,v 1.8 1996/04/13 13:32:05 jkh Exp $
+ * $Id: nfs.c,v 1.9 1996/04/23 01:29:30 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@@ -54,7 +54,7 @@ mediaInitNFS(Device *dev)
if (!netDevice->init(netDevice))
return FALSE;
- if (Mkdir("/dist", NULL))
+ if (Mkdir("/dist"))
return FALSE;
msgNotify("Mounting %s over NFS.", dev->name);
OpenPOWER on IntegriCloud