summaryrefslogtreecommitdiff
path: root/devel/got/files/patch-lib_utf8.c
diff options
context:
space:
mode:
authorChristian Weisgerber <naddy@FreeBSD.org>2020-09-21 15:40:04 +0000
committerChristian Weisgerber <naddy@FreeBSD.org>2020-09-21 15:40:04 +0000
commitdefdab04c15540f28cb8a2a76c3251e1d126baba (patch)
tree6ac05b9c52b1ce743e83402d987dc990df66e19d /devel/got/files/patch-lib_utf8.c
parentMark as broken on FreeBSD 11.4 amd64 (diff)
Update to 0.40. User-visible changes:
- document our default choice of text editor - fix got.conf overriding GOT_AUTHOR even if no author is set in got.conf - fix crash in got_free_gotconfig() - print newline to clear the bottom line when tog exits
Diffstat (limited to 'devel/got/files/patch-lib_utf8.c')
-rw-r--r--devel/got/files/patch-lib_utf8.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/devel/got/files/patch-lib_utf8.c b/devel/got/files/patch-lib_utf8.c
deleted file mode 100644
index b51911bede0f..000000000000
--- a/devel/got/files/patch-lib_utf8.c
+++ /dev/null
@@ -1,12 +0,0 @@
-XXX remove after 0.39
---- lib/utf8.c.orig 2020-09-10 16:01:39 UTC
-+++ lib/utf8.c
-@@ -15,6 +15,8 @@
- * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
- */
-
-+#include <sys/types.h>
-+
- #include <err.h>
- #include <stdlib.h>
- #include <string.h>