diff options
author | jkh <jkh@FreeBSD.org> | 1998-09-30 21:39:02 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1998-09-30 21:39:02 +0000 |
commit | 0e9aa6252248eafcd5f8e457f96039dd49733388 (patch) | |
tree | 31bfd73e5714aa707b2aaa6c800ff09afc9fb8da /usr.sbin | |
parent | b5f3a9be5a105cf76a41128711e05f0e60f380f1 (diff) | |
download | FreeBSD-src-0e9aa6252248eafcd5f8e457f96039dd49733388.zip FreeBSD-src-0e9aa6252248eafcd5f8e457f96039dd49733388.tar.gz |
Small cleanup.
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/sade/menus.c | 4 | ||||
-rw-r--r-- | usr.sbin/sysinstall/menus.c | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/sade/menus.c b/usr.sbin/sade/menus.c index ffcab0a..0fc25ab 100644 --- a/usr.sbin/sade/menus.c +++ b/usr.sbin/sade/menus.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $Id: menus.c,v 1.169 1998/09/09 05:09:55 danny Exp $ + * $Id: menus.c,v 1.170 1998/09/30 11:49:35 jkh Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. @@ -1208,7 +1208,7 @@ DMenu MenuNetworking = { { "Gateway", "This machine will route packets between interfaces", dmenuVarCheck, dmenuToggleVariable, NULL, "gateway_enable=YES" }, { "Ntpdate", "Select a clock-synchronization server", - dmenuVarCheck, dmenuSubmenu, NULL, &MenuNTP, '[', 'X', ']', (int)"ntpdate_enable=YES" }, + dmenuVarCheck, dmenuSubmenu, NULL, &MenuNTP, '[', 'X', ']', "ntpdate_enable=YES" }, { "router", "Select routing daemon (default: routed)", dmenuVarCheck, configRouter, NULL, "router" }, { "Rwhod", "This machine wants to run the rwho daemon", diff --git a/usr.sbin/sysinstall/menus.c b/usr.sbin/sysinstall/menus.c index ffcab0a..0fc25ab 100644 --- a/usr.sbin/sysinstall/menus.c +++ b/usr.sbin/sysinstall/menus.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $Id: menus.c,v 1.169 1998/09/09 05:09:55 danny Exp $ + * $Id: menus.c,v 1.170 1998/09/30 11:49:35 jkh Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. @@ -1208,7 +1208,7 @@ DMenu MenuNetworking = { { "Gateway", "This machine will route packets between interfaces", dmenuVarCheck, dmenuToggleVariable, NULL, "gateway_enable=YES" }, { "Ntpdate", "Select a clock-synchronization server", - dmenuVarCheck, dmenuSubmenu, NULL, &MenuNTP, '[', 'X', ']', (int)"ntpdate_enable=YES" }, + dmenuVarCheck, dmenuSubmenu, NULL, &MenuNTP, '[', 'X', ']', "ntpdate_enable=YES" }, { "router", "Select routing daemon (default: routed)", dmenuVarCheck, configRouter, NULL, "router" }, { "Rwhod", "This machine wants to run the rwho daemon", |