summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/command.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/ppp/command.c')
-rw-r--r--usr.sbin/ppp/command.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/usr.sbin/ppp/command.c b/usr.sbin/ppp/command.c
index c68a649..cb8108c 100644
--- a/usr.sbin/ppp/command.c
+++ b/usr.sbin/ppp/command.c
@@ -255,8 +255,6 @@ HelpCommand(struct cmdargs const *arg)
static int
IdentCommand(struct cmdargs const *arg)
{
- int f, max, n, pos;
-
Concatinate(arg->cx->physical->link.lcp.cfg.ident,
sizeof arg->cx->physical->link.lcp.cfg.ident,
arg->argc - arg->argn, arg->argv + arg->argn);
@@ -358,7 +356,6 @@ static int
LogCommand(struct cmdargs const *arg)
{
char buf[LINE_LEN];
- int i;
if (arg->argn < arg->argc) {
char *argv[MAXARGS];
@@ -3077,8 +3074,8 @@ static int
SetProcTitle(struct cmdargs const *arg)
{
static char title[LINE_LEN];
- char *argv[MAXARGS], *ptr;
- int len, remaining, f, argc = arg->argc - arg->argn;
+ char *argv[MAXARGS];
+ int argc = arg->argc - arg->argn;
if (arg->argc == arg->argn) {
SetTitle(NULL);
OpenPOWER on IntegriCloud