Commit c310f04b authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Flexelinting

parent 68c47241
......@@ -732,7 +732,6 @@ extern const char H__Reason[];
#define VXID(u) ((u) & VSL_IDENTMASK)
uint32_t VXID_Get(struct worker *, uint32_t marker);
extern volatile struct params * cache_param;
extern volatile struct vre_limits *vparam_vre_limits;
extern pthread_key_t witness_key;
/* cache_lck.c */
......
......@@ -52,8 +52,7 @@
volatile struct params *cache_param;
// XXX generic solution?
volatile struct vre_limits *vparam_vre_limits;
static volatile struct vre_limits *vparam_vre_limits;
/*--------------------------------------------------------------------
* Per thread storage for the session currently being processed by
......
......@@ -141,7 +141,7 @@ MAC_reopen_sockets(void)
/*--------------------------------------------------------------------*/
static struct listen_sock *
mk_listen_sock(struct listen_arg *la, const struct suckaddr *sa)
mk_listen_sock(const struct listen_arg *la, const struct suckaddr *sa)
{
struct listen_sock *ls;
int fail;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment