From 8a5cc9768e93b3f3242959b9b104db6a7a8cddf5 Mon Sep 17 00:00:00 2001 From: abs Date: Sun, 8 Jun 2003 10:36:17 +0000 Subject: Update userppp to 001107nb1 Fix compilation under gcc3: avoid trigraphs, comparison always true/false, and pass -fno-strict-aliasing --- net/userppp/patches/patch-am | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 net/userppp/patches/patch-am (limited to 'net/userppp/patches/patch-am') diff --git a/net/userppp/patches/patch-am b/net/userppp/patches/patch-am new file mode 100644 index 00000000000..19ff4b3bd99 --- /dev/null +++ b/net/userppp/patches/patch-am @@ -0,0 +1,13 @@ +$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) { -- cgit v1.2.3