Avoid a rather bizarre warning from gcc 3.1:
/usr/src/usr.sbin/ppp/cbcp.c:566:61: warning: trigraph ??! ignored
This commit is contained in:
parent
122865286e
commit
d76a00091c
@ -563,7 +563,7 @@ cbcp_CheckResponse(struct cbcp *cbcp, struct cbcp_data *data)
|
||||
}
|
||||
return CBCP_ACTION_DOWN;
|
||||
}
|
||||
log_Printf(LogPHASE, "Internal CBCP error - agreed on %d ??!?\n",
|
||||
log_Printf(LogPHASE, "Internal CBCP error - agreed on %d !\n",
|
||||
(int)cbcp->fsm.type);
|
||||
return CBCP_ACTION_DOWN;
|
||||
} else if (data->type == CBCP_NONUM && cbcp->fsm.type == CBCP_CLIENTNUM) {
|
||||
|
Loading…
Reference in New Issue
Block a user