summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sysinstall/devices.c
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1995-05-08 10:20:56 +0000
committerjkh <jkh@FreeBSD.org>1995-05-08 10:20:56 +0000
commit46ed9b1d828ba9ba410293e2e0778286875ee556 (patch)
treef464a30d135b2a1c165fb2510445e14a8b1e406a /usr.sbin/sysinstall/devices.c
parent6aa33920ccc9c52c3c16505023626b26f7fd8988 (diff)
downloadFreeBSD-src-46ed9b1d828ba9ba410293e2e0778286875ee556.zip
FreeBSD-src-46ed9b1d828ba9ba410293e2e0778286875ee556.tar.gz
Perform a much needed tidying-up pass over this code. Sleep for now,
more tomorrow.
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 1b45290..a087fdf 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.9 1995/05/07 22:07:50 jkh Exp $
+ * $Id: devices.c,v 1.10 1995/05/08 01:27:06 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@@ -48,7 +48,7 @@
#define CHUNK_START_ROW 5
/* Get all device information for a given device class */
-Device *
+static Device *
device_get_all(DeviceType which, int *ndevs)
{
char **names;
OpenPOWER on IntegriCloud