From e517e9a8f6031aeb2073b5ba619fca93a44f1f6e Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Fri, 30 Apr 1999 13:40:53 +0000 Subject: Unbreak (Makefile defines -Werror, which is causing problems in the new world order of egcs due to some trivial warnings). Prompted by: bento.freebsd.org --- net/mpd/files/patch-ab | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 net/mpd/files/patch-ab (limited to 'net') diff --git a/net/mpd/files/patch-ab b/net/mpd/files/patch-ab new file mode 100644 index 000000000000..4c9424605c7a --- /dev/null +++ b/net/mpd/files/patch-ab @@ -0,0 +1,15 @@ +--- src/lcp.c.orig Fri Apr 30 22:52:21 1999 ++++ src/lcp.c Sun Apr 25 23:34:35 1999 +@@ -856,10 +856,12 @@ + if (bogus || !supported) + { + if (mode == MODE_REQ) ++ { + if (Acceptable(&lnk->conf.options, LINK_CONF_CHAP)) + FsmNak(fp, &chapNak); + else if (Acceptable(&lnk->conf.options, LINK_CONF_PAP)) + FsmNak(fp, &papNak); ++ } + else + FsmRej(fp, opt); + break; -- cgit v1.2.3