summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sysinstall/sysinstall.h
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2001-08-07 12:48:17 +0000
committerrwatson <rwatson@FreeBSD.org>2001-08-07 12:48:17 +0000
commit23649632acf1d0172ff4febcdaa430b36bc48350 (patch)
treea91c060c3679490bfd3bae223a6a5c44f4a83f70 /usr.sbin/sysinstall/sysinstall.h
parent4aa9864c7b04a9f6e3909ff8028ce60c5f5f5821 (diff)
downloadFreeBSD-src-23649632acf1d0172ff4febcdaa430b36bc48350.zip
FreeBSD-src-23649632acf1d0172ff4febcdaa430b36bc48350.tar.gz
In preparation for MFC of sysinstall changes to edit /etc/ttys in
post-install config, reduce the potential confusion from the existence of both configTTYs and configTtys by renaming configTTYs to configEtcTtys. While this is not a C naming conflict, it was probably a poor choice of names on my part.
Diffstat (limited to 'usr.sbin/sysinstall/sysinstall.h')
-rw-r--r--usr.sbin/sysinstall/sysinstall.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/sysinstall/sysinstall.h b/usr.sbin/sysinstall/sysinstall.h
index 721aa00..79371e3 100644
--- a/usr.sbin/sysinstall/sysinstall.h
+++ b/usr.sbin/sysinstall/sysinstall.h
@@ -455,7 +455,7 @@ extern int configSecurityFascist(dialogMenuItem *self);
extern int configSecurityHigh(dialogMenuItem *self);
extern int configSecurityModerate(dialogMenuItem *self);
extern int configSecurityLiberal(dialogMenuItem *self);
-extern int configTTYs(dialogMenuItem *self);
+extern int configEtcTtys(dialogMenuItem *self);
/* crc.c */
extern int crc(int, unsigned long *, unsigned long *);
OpenPOWER on IntegriCloud