diff options
author | Archie Cobbs <archie@FreeBSD.org> | 1999-04-30 19:31:17 +0000 |
---|---|---|
committer | Archie Cobbs <archie@FreeBSD.org> | 1999-04-30 19:31:17 +0000 |
commit | 27c5150c98735450d9d249536be365675277e94d (patch) | |
tree | b216e296b90d3067afcc39eec5d7e9ff7ca7f00d /net/mpd/files/patch-ab | |
parent | (1) Add support JIS encoded Postscript for this version. (diff) |
Unbreak egcs compilation by removing -Werror flag instead of fixing all
the warnings (it's easier, and a couple of the fixes were incorrect anyway).
The next version of mpd will have these warnings fixed, at which time -Werror
may be restored... though doing so is debatable in the first place.
Diffstat (limited to '')
-rw-r--r-- | net/mpd/files/patch-ab | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/net/mpd/files/patch-ab b/net/mpd/files/patch-ab deleted file mode 100644 index 4c9424605c7a..000000000000 --- a/net/mpd/files/patch-ab +++ /dev/null @@ -1,15 +0,0 @@ ---- 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; |