diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2020-09-21 15:40:04 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2020-09-21 15:40:04 +0000 |
commit | defdab04c15540f28cb8a2a76c3251e1d126baba (patch) | |
tree | 6ac05b9c52b1ce743e83402d987dc990df66e19d /devel/got/files/patch-lib_utf8.c | |
parent | Mark 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.c | 12 |
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> |