diff options
author | Steve Price <steve@FreeBSD.org> | 1999-12-10 21:22:32 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-12-10 21:22:32 +0000 |
commit | 1e31fd959cf7ffd1c9afcdd56b52bd6000245631 (patch) | |
tree | 511bd1bcf822dde42c8800e9a81fd54e351fd6f6 /net/irrtoolset/files/patch-ae | |
parent | Fix BUILD_DEPENDS (diff) |
Revert back to 3.5.8.
Notes
Notes:
svn path=/head/; revision=23768
Diffstat (limited to 'net/irrtoolset/files/patch-ae')
-rw-r--r-- | net/irrtoolset/files/patch-ae | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/irrtoolset/files/patch-ae b/net/irrtoolset/files/patch-ae new file mode 100644 index 000000000000..8c3005236be0 --- /dev/null +++ b/net/irrtoolset/files/patch-ae @@ -0,0 +1,11 @@ +--- src/peval/xx_lexer.y.orig Sat Nov 27 18:18:56 1999 ++++ src/peval/xx_lexer.y Sat Nov 27 18:19:07 1999 +@@ -94,7 +94,7 @@ + NULL, ERROR_TKN + }; + +-static inline strtoupper(char *c) { ++static inline void strtoupper(char *c) { + for (; *c; c++) + if (isascii(*c) && isalpha(*c)) + *c = toupper(*c); |