UPDATE: devel/git 2.45.1 -> 2.46.0

This commit is contained in:
purplerain 2024-08-05 18:32:01 +00:00
parent b7a47d4409
commit 107f2c5432
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
4 changed files with 9 additions and 6 deletions

View file

@ -3,7 +3,7 @@ Replace sysctl HW_PHYSMEM/MEMSIZE/whatever madness with sysconf.
Index: builtin/gc.c
--- builtin/gc.c.orig
+++ builtin/gc.c
@@ -274,20 +274,13 @@ static uint64_t total_ram(void)
@@ -312,20 +312,13 @@ static uint64_t total_ram(void)
if (!sysinfo(&si))
return si.totalram;