From 8c7499bdfa85657ea6c2517ada0ef4a4db489beb Mon Sep 17 00:00:00 2001 From: cvs2svn Date: Sat, 23 Sep 2000 01:36:53 +0000 Subject: This commit was manufactured by cvs2svn to create tag 'RELEASE_4_1_1'. --- net/irrtoolset/files/patch-ag | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 net/irrtoolset/files/patch-ag (limited to 'net/irrtoolset/files/patch-ag') 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 - --static inline strtoupper(char *c) { -+static inline void strtoupper(char *c) { - for (; *c; c++) - if (isascii(*c) && isalpha(*c)) - *c = toupper(*c); -- cgit v1.2.3