Fix up assignment of negative number to char. Char's are unsigned by
default on PowerPC. Approved by: mdodd
This commit is contained in:
parent
ddf71f18a9
commit
6109ca7e1a
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user