summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sysinstall/devices.c
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1995-05-26 08:41:52 +0000
committerjkh <jkh@FreeBSD.org>1995-05-26 08:41:52 +0000
commitc9272a6f475ce6bc60d5f6a7c05cf373716bd373 (patch)
tree9b1782f6ca1efa625c82d9c92b053a09b3536c85 /usr.sbin/sysinstall/devices.c
parent3eb2d33debccf5429df8cf9c51a4174a777fb9e2 (diff)
downloadFreeBSD-src-c9272a6f475ce6bc60d5f6a7c05cf373716bd373.zip
FreeBSD-src-c9272a6f475ce6bc60d5f6a7c05cf373716bd373.tar.gz
Totally revamp the TCP/IP dialog; now network selection makes a bit more sense.
Root floppy (which actually may be able to go completely away at some point soon!) is now loadable from ftp/nfs/dos as well as CDROM and (of course) floppy. Fix more problems on Poul's Gripe List.
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 582a632..cdf0574 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.29 1995/05/24 09:00:11 jkh Exp $
+ * $Id: devices.c,v 1.30 1995/05/24 17:49:11 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@@ -145,7 +145,7 @@ deviceDiskFree(Device *dev)
/* Register a new device in the devices array */
Device *
deviceRegister(char *name, char *desc, char *devname, DeviceType type, Boolean enabled,
- Boolean (*init)(Device *), int (*get)(char *), Boolean (*close)(Device *, int),
+ Boolean (*init)(Device *), int (*get)(char *, char *), Boolean (*close)(Device *, int),
void (*shutdown)(Device *), void *private)
{
Device *newdev;
OpenPOWER on IntegriCloud