UPDATE: devel/git 2.46.0 -> 2.48.1

This commit is contained in:
purplerain 2025-01-28 16:49:10 +00:00
parent 130fdb79de
commit 2b9f697767
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
5 changed files with 19 additions and 12 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
@@ -312,20 +312,13 @@ static uint64_t total_ram(void)
@@ -369,20 +369,13 @@ static uint64_t total_ram(void)
if (!sysinfo(&si))
return si.totalram;