From 09439a23da38b04f9224769938d0243d628751d5 Mon Sep 17 00:00:00 2001 From: brian Date: Tue, 14 May 2002 13:32:30 +0000 Subject: Avoid a rather bizarre warning from gcc 3.1: /usr/src/usr.sbin/ppp/cbcp.c:566:61: warning: trigraph ??! ignored --- usr.sbin/ppp/cbcp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.sbin/ppp') diff --git a/usr.sbin/ppp/cbcp.c b/usr.sbin/ppp/cbcp.c index 266a502..3868435 100644 --- a/usr.sbin/ppp/cbcp.c +++ b/usr.sbin/ppp/cbcp.c @@ -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) { -- cgit v1.1