aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/sysinstall/network.c
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1995-05-28 03:05:06 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1995-05-28 03:05:06 +0000
commit337bd0b84628dd5bdc37800b5403c82ef68354f4 (patch)
tree11cb8db7e042dea4f3131229406e5cf69f646241 /usr.sbin/sysinstall/network.c
parent316000987cf18a465ab77aa9b713f32de4c210e2 (diff)
downloadsrc-337bd0b84628dd5bdc37800b5403c82ef68354f4.tar.gz
src-337bd0b84628dd5bdc37800b5403c82ef68354f4.zip
Humanize Poul-Henning's code. Status values should be properly
respected now.
Notes
Notes: svn path=/head/; revision=8803
Diffstat (limited to 'usr.sbin/sysinstall/network.c')
-rw-r--r--usr.sbin/sysinstall/network.c9
1 files changed, 2 insertions, 7 deletions
diff --git a/usr.sbin/sysinstall/network.c b/usr.sbin/sysinstall/network.c
index 187e14c51f3e..d6ac179ab9da 100644
--- a/usr.sbin/sysinstall/network.c
+++ b/usr.sbin/sysinstall/network.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: media_strategy.c,v 1.28 1995/05/26 20:30:59 jkh Exp $
+ * $Id: network.c,v 1.1 1995/05/27 10:38:58 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@@ -43,12 +43,7 @@
*
*/
-/*
- * These routines deal with getting things off of floppy media, though
- * with one exception: genericGetDist() is actually used from lots of places
- * since it can think of the world as just "one big floppy" too if that's
- * appropriate.
- */
+/* These routines deal with getting things off of network media */
#include "sysinstall.h"