summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sysinstall/devices.c
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1995-05-27 23:52:55 +0000
committerjkh <jkh@FreeBSD.org>1995-05-27 23:52:55 +0000
commit35e4765fd59671cfcbaeca11e84bc7bfa0bf823f (patch)
tree7e260362382d9d77e76496c79ce3f6dd4b51b1f9 /usr.sbin/sysinstall/devices.c
parent46125ba2eddf1b1eea2607293277346e29ee2af9 (diff)
downloadFreeBSD-src-35e4765fd59671cfcbaeca11e84bc7bfa0bf823f.zip
FreeBSD-src-35e4765fd59671cfcbaeca11e84bc7bfa0bf823f.tar.gz
1. Make this compile again after Poul's changes to the get() strategy
routine. 2. Improve the tcpip menu slightly.
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 cdf0574..2e2e54f 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.30 1995/05/24 17:49:11 jkh Exp $
+ * $Id: devices.c,v 1.31 1995/05/26 08:41:37 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 *, char *), Boolean (*close)(Device *, int),
+ Boolean (*init)(Device *), int (*get)(char *), Boolean (*close)(Device *, int),
void (*shutdown)(Device *), void *private)
{
Device *newdev;
OpenPOWER on IntegriCloud