summaryrefslogtreecommitdiffstats
path: root/release/sysinstall/nfs.c
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1997-01-01 12:36:09 +0000
committerjkh <jkh@FreeBSD.org>1997-01-01 12:36:09 +0000
commit9df35f7f8dae1976701a83e7f25a306ca1e96dc7 (patch)
tree7c9eaed919b2052c59d74bdf3a7cebd68bf30b04 /release/sysinstall/nfs.c
parent5afae04de4c9c8101bcd36608e976a7015b08b0a (diff)
downloadFreeBSD-src-9df35f7f8dae1976701a83e7f25a306ca1e96dc7.zip
FreeBSD-src-9df35f7f8dae1976701a83e7f25a306ca1e96dc7.tar.gz
1. Correct bogon in cdromInit when running multi-user which took cdrom offline
if wrong version. 2. Make sure network device is initialized in ftpInit 3. Eliminate bogus size values in the menus. For now, we'll have to admit that nobody's added it up yet. In the future, these menus should be build dynamically anyway, not declared static. 4. Add more debugging to networking code to chase the mystery ppp device problem.
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 8c270f8..3d06440 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.11 1996/08/23 07:55:59 jkh Exp $
+ * $Id: nfs.c,v 1.12 1996/12/11 09:35:04 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@@ -101,7 +101,7 @@ mediaShutdownNFS(Device *dev)
if (unmount("/dist", MNT_FORCE) != 0)
msgConfirm("Could not unmount the NFS partition: %s", strerror(errno));
msgDebug("Unmount of NFS partition successful\n");
- /* (*netdev->shutdown)(netdev); */
+ /* netdev->shutdown(netdev); */
NFSMounted = FALSE;
return;
}
OpenPOWER on IntegriCloud