pkgsrc/net/userppp/patches/patch-am
abs 8a5cc9768e Update userppp to 001107nb1
Fix compilation under gcc3: avoid trigraphs, comparison always
	true/false, and pass -fno-strict-aliasing
2003-06-08 10:36:17 +00:00

13 lines
515 B
Text

$NetBSD: patch-am,v 1.1 2003/06/08 10:36:18 abs Exp $
--- ppp/cbcp.c.orig Sun Jun 8 11:23:58 2003
+++ ppp/cbcp.c
@@ -560,7 +560,7 @@ cbcp_CheckResponse(struct cbcp *cbcp, st
}
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) {