diff options
author | Kevin Bowling <kbowling@FreeBSD.org> | 2021-02-19 18:21:57 +0000 |
---|---|---|
committer | Kevin Bowling <kbowling@FreeBSD.org> | 2021-02-19 18:21:57 +0000 |
commit | 5a2a2f1497102fa4ce7d04a6fd0c06a27c3d3a0b (patch) | |
tree | f0896db6a693b7f59014f73a1f08dc8659495922 /x11/x3270 | |
parent | databases/timescaledb: Update to 2.0.2 (diff) |
x11/x3270: Remove unneeded patch
Sponsored by: BBOX.io
Notes
Notes:
svn path=/head/; revision=566090
Diffstat (limited to 'x11/x3270')
-rw-r--r-- | x11/x3270/files/patch-c3270_screen.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/x11/x3270/files/patch-c3270_screen.c b/x11/x3270/files/patch-c3270_screen.c deleted file mode 100644 index e68b72d2897b..000000000000 --- a/x11/x3270/files/patch-c3270_screen.c +++ /dev/null @@ -1,10 +0,0 @@ ---- c3270/screen.c.orig 2018-02-10 22:07:45 UTC -+++ c3270/screen.c -@@ -31,6 +31,7 @@ - * Screen drawing - */ - -+#include <wctype.h> - #include "globals.h" - #include <signal.h> - #include "appres.h" |