aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/irrtoolset/files/patch-ag
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-12-10 15:52:22 +0000
committerSteve Price <steve@FreeBSD.org>1999-12-10 15:52:22 +0000
commit8fb1a5c1171fa4de3279ee252ac812c5c4492812 (patch)
treed70bc84dbdb42a6a70209d8c58122fa91b146dac /net-mgmt/irrtoolset/files/patch-ag
parent281d8a6fec379b1828f192279f57256e9d6c067d (diff)
Notes
Diffstat (limited to 'net-mgmt/irrtoolset/files/patch-ag')
-rw-r--r--net-mgmt/irrtoolset/files/patch-ag11
1 files changed, 0 insertions, 11 deletions
diff --git a/net-mgmt/irrtoolset/files/patch-ag b/net-mgmt/irrtoolset/files/patch-ag
deleted file mode 100644
index f5519df2a198..000000000000
--- a/net-mgmt/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);