summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sysinstall/cdrom.c
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1996-10-14 21:32:39 +0000
committerjkh <jkh@FreeBSD.org>1996-10-14 21:32:39 +0000
commit158386405593b630068a5980e1d2d1420103aa29 (patch)
treed8af50185d0a2a7286ee149429bf7b26f93a55a8 /usr.sbin/sysinstall/cdrom.c
parent211a1666f98bf2a48237206fa46c4e57c23f00c8 (diff)
downloadFreeBSD-src-158386405593b630068a5980e1d2d1420103aa29.zip
FreeBSD-src-158386405593b630068a5980e1d2d1420103aa29.tar.gz
Remove the now-unusable ports configuration code. Swapping CDs is bogus.
Diffstat (limited to 'usr.sbin/sysinstall/cdrom.c')
-rw-r--r--usr.sbin/sysinstall/cdrom.c8
1 files changed, 3 insertions, 5 deletions
diff --git a/usr.sbin/sysinstall/cdrom.c b/usr.sbin/sysinstall/cdrom.c
index a9d7a6b..517fa90 100644
--- a/usr.sbin/sysinstall/cdrom.c
+++ b/usr.sbin/sysinstall/cdrom.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: cdrom.c,v 1.24 1996/10/09 09:53:25 jkh Exp $
+ * $Id: cdrom.c,v 1.25 1996/10/10 09:22:24 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@@ -52,14 +52,12 @@
#undef CD9660
/*
- * This isn't static, like the others, since it's often useful to know whether
- * or not we have a CDROM available in some of the other installation screens.
- * This also isn't a boolean like the others since we have 3 states for it:
+ * This isn't a boolean like the others since we have 3 states for it:
* 0 = cdrom isn't mounted, 1 = cdrom is mounted and we mounted it, 2 = cdrom
* was already mounted when we came in and we should leave it that way when
* we leave.
*/
-int cdromMounted;
+static int cdromMounted;
Boolean
mediaInitCDROM(Device *dev)
OpenPOWER on IntegriCloud