diff options
author | SADA Kenji <sada@FreeBSD.org> | 2002-11-16 13:34:59 +0000 |
---|---|---|
committer | SADA Kenji <sada@FreeBSD.org> | 2002-11-16 13:34:59 +0000 |
commit | 7880de87452a53a4bb74fad85bac2b322d13d1ad (patch) | |
tree | ec648e667efbbbd8a24c3bfaa3fe08516e6a7bee /net/irrtoolset/files/patch-ag | |
parent | Update to 0.196 (diff) |
Upgrade and rename: net/ratoolset-3.5.8 to net/irrtoolset-4.7.2
PR: ports/42391
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=70239
Diffstat (limited to 'net/irrtoolset/files/patch-ag')
-rw-r--r-- | net/irrtoolset/files/patch-ag | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/net/irrtoolset/files/patch-ag b/net/irrtoolset/files/patch-ag deleted file mode 100644 index f5519df2a198..000000000000 --- a/net/irrtoolset/files/patch-ag +++ /dev/null @@ -1,11 +0,0 @@ ---- src/dbase/irr_lexer.y.orig Sat Nov 27 18:22:22 1999 -+++ src/dbase/irr_lexer.y Sat Nov 27 18:22:44 1999 -@@ -73,7 +73,7 @@ - - #include <cctype> - --static inline strtoupper(char *c) { -+static inline void strtoupper(char *c) { - for (; *c; c++) - if (isascii(*c) && isalpha(*c)) - *c = toupper(*c); |