From afb16d35d4d19c9b9d559ff7d57d620b3e34dffe Mon Sep 17 00:00:00 2001 From: Christian Weisgerber Date: Fri, 7 Jan 2022 13:01:20 +0000 Subject: devel/got: update to 0.65 User-visible changes: - sort paths in got log -Pp and tog's diff view the same way as in the diff - tog: make searches start from the current position in all views - tog: clear search highlighting when reloading view - use time-based rate-limiting for gotadmin progress output - print status output even when 'gotadmin cleanup' finds no objects to remove - tog: fix a scrolling problem when diffing binary files --- devel/got/files/openbsd-compat/openbsd-compat.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'devel/got/files/openbsd-compat/openbsd-compat.h') diff --git a/devel/got/files/openbsd-compat/openbsd-compat.h b/devel/got/files/openbsd-compat/openbsd-compat.h index 8f48c6469e4b..6fc91966fef1 100644 --- a/devel/got/files/openbsd-compat/openbsd-compat.h +++ b/devel/got/files/openbsd-compat/openbsd-compat.h @@ -22,9 +22,6 @@ void *recallocarray(void *, size_t, size_t, size_t); */ int getdtablecount(void); -/* void -> int */ -#define closefrom(fd) (closefrom(fd), 0) - #define pledge(promises, execpromises) 0 #define unveil(path, permissions) 0 -- cgit v1.2.3