ports/devel/got/files/patch-lib_repository__admin.c
Christian Weisgerber 57445751af devel/got: update to 0.53
User-visible changes:
- add a gotadmin utility with info, pack, indexpack, and listpack commands
- do not update symlinks which are already up-to-date
- fix 3-way merge of files which lack a final \n
- avoid an error in tog(1) while the terminal window is being resized
- catch invalid reference names passed to 'got ref -l'
- fix unrelated changes being merged by got cherrypick/backout/rebase/histedit
- new -I option for 'got status' to show files which match an ignore pattern
2021-06-23 17:49:52 +02:00

10 lines
229 B
C

--- lib/repository_admin.c.orig 2021-06-23 15:24:57 UTC
+++ lib/repository_admin.c
@@ -22,6 +22,7 @@
#include <sys/wait.h>
#include <dirent.h>
+#include <endian.h>
#include <errno.h>
#include <fcntl.h>
#include <stdint.h>