summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sysinstall/sysinstall.h
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1999-01-27 02:32:47 +0000
committerjkh <jkh@FreeBSD.org>1999-01-27 02:32:47 +0000
commit51f031f980235df682c3f8989a3a33f593c26f23 (patch)
tree80848b68d53a422c68458ed0c5edcf7a88d2bf10 /usr.sbin/sysinstall/sysinstall.h
parent78e7f4e7dcd3762a6b1b323a53118b77e5dd948d (diff)
downloadFreeBSD-src-51f031f980235df682c3f8989a3a33f593c26f23.zip
FreeBSD-src-51f031f980235df682c3f8989a3a33f593c26f23.tar.gz
Write changes out to /etc/rc.conf.site now rather than mucking with
rc.conf. There were many different ways I could have done this, some of them "cleaner", but this represented the lowest impact.
Diffstat (limited to 'usr.sbin/sysinstall/sysinstall.h')
-rw-r--r--usr.sbin/sysinstall/sysinstall.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/sysinstall/sysinstall.h b/usr.sbin/sysinstall/sysinstall.h
index a50eb3e..67fbf84 100644
--- a/usr.sbin/sysinstall/sysinstall.h
+++ b/usr.sbin/sysinstall/sysinstall.h
@@ -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: sysinstall.h,v 1.152 1998/12/22 12:31:25 jkh Exp $
+ * $Id: sysinstall.h,v 1.153 1999/01/20 12:31:43 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@@ -401,7 +401,7 @@ extern void command_shell_add(char *key, char *fmt, ...);
extern void command_func_add(char *key, commandFunc func, void *data);
/* config.c */
-extern void configEnvironmentRC_conf(char *config);
+extern void configEnvironmentRC_conf(void);
extern void configEnvironmentResolv(char *config);
extern void configRC_conf(char *config);
extern int configFstab(dialogMenuItem *self);
OpenPOWER on IntegriCloud