summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sysinstall/devices.c
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1996-03-02 07:31:58 +0000
committerjkh <jkh@FreeBSD.org>1996-03-02 07:31:58 +0000
commitce1a5be6897e107d2762d51c2cb3c49ea6ad3aa7 (patch)
treebe0a959e707248fd0c14448975fefdb7ebc40040 /usr.sbin/sysinstall/devices.c
parent27eac390dd8c7d4b30209f36c1d1a84103ed11ca (diff)
downloadFreeBSD-src-ce1a5be6897e107d2762d51c2cb3c49ea6ad3aa7.zip
FreeBSD-src-ce1a5be6897e107d2762d51c2cb3c49ea6ad3aa7.tar.gz
Miscellaneous cleanup before big round of menu restructuring (to use new
libdialog features).
Diffstat (limited to 'usr.sbin/sysinstall/devices.c')
-rw-r--r--usr.sbin/sysinstall/devices.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/sysinstall/devices.c b/usr.sbin/sysinstall/devices.c
index 3c95d38..035234e 100644
--- a/usr.sbin/sysinstall/devices.c
+++ b/usr.sbin/sysinstall/devices.c
@@ -4,7 +4,7 @@
* This is probably the last program in the `sysinstall' line - the next
* generation being essentially a complete rewrite.
*
- * $Id: devices.c,v 1.38 1995/12/11 16:32:29 jkh Exp $
+ * $Id: devices.c,v 1.39 1996/02/10 09:33:52 phk Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@@ -126,7 +126,7 @@ dummyInit(Device *dev)
}
int
-dummyGet(Device *dev, char *dist, Boolean tentative)
+dummyGet(Device *dev, char *dist, Boolean probe)
{
msgDebug("Dummy get called for %s\n", dev->name);
return -1;
OpenPOWER on IntegriCloud