Linty stuff.

This commit is contained in:
Jamie Gritton 2011-06-20 07:58:44 +00:00
parent 2b00f7ba65
commit e16fb8fba8
2 changed files with 3 additions and 3 deletions

View File

@ -86,7 +86,6 @@ static int kq;
int
next_command(struct cfjail *j)
{
const struct cfstring *comstring;
enum intparam comparam;
int rval, create_failed;
@ -286,6 +285,8 @@ run_command(struct cfjail *j)
}
requeue(j, &ready);
return 1;
default: ;
}
/*
* Collect exec arguments. Internal commands for network and

View File

@ -288,7 +288,6 @@ add_param(struct cfjail *j, const struct cfparam *p, enum intparam ipnum,
struct cfparam *dp, *np;
struct cfstring *s, *ns;
struct cfvar *v, *nv;
struct ipspec *ips;
const char *name;
char *cs, *tname;
unsigned flags;
@ -432,7 +431,7 @@ check_intparams(struct cfjail *j)
struct addrinfo hints;
struct addrinfo *ai0, *ai;
struct cfparam *p;
struct cfstring *s, *ns;
struct cfstring *s;
FILE *f;
const char *hostname, *val;
char *cs, *ep, *ln;