diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2022-01-07 13:01:20 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2022-01-07 13:01:20 +0000 |
commit | afb16d35d4d19c9b9d559ff7d57d620b3e34dffe (patch) | |
tree | 9931e29db42427a68aebaca52e4095f8ac0f09e2 /devel/got/files/openbsd-compat/openbsd-compat.h | |
parent | databases/mysql80-server: add patch for malloc-lib (diff) |
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
Diffstat (limited to 'devel/got/files/openbsd-compat/openbsd-compat.h')
-rw-r--r-- | devel/got/files/openbsd-compat/openbsd-compat.h | 3 |
1 files changed, 0 insertions, 3 deletions
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 |