summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/dev/vx/if_vx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/vx/if_vx.c b/sys/dev/vx/if_vx.c
index 5b049bf..9fd6f51 100644
--- a/sys/dev/vx/if_vx.c
+++ b/sys/dev/vx/if_vx.c
@@ -295,7 +295,7 @@ vxsetlink(struct vx_softc *sc)
int i, j, k;
char *reason, *warning;
static int prev_flags;
- static char prev_conn = -1;
+ static signed char prev_conn = -1;
if (prev_conn == -1)
prev_conn = sc->vx_connector;
OpenPOWER on IntegriCloud