aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/sysinstall/sysinstall.h
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1999-01-27 02:32:47 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1999-01-27 02:32:47 +0000
commit24c1db52ef9267447e021b9d712591645e413149 (patch)
tree20f860649bc0b8c84f4766561d85888c1d0a4d0f /usr.sbin/sysinstall/sysinstall.h
parent1bf6d2f8de6729a6edd7519910b355a62a8aaecf (diff)
downloadsrc-24c1db52ef9267447e021b9d712591645e413149.tar.gz
src-24c1db52ef9267447e021b9d712591645e413149.zip
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.
Notes
Notes: svn path=/head/; revision=43255
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 a50eb3ee4050..67fbf8431c28 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);