UPDATE: devel/git 2.45.1 -> 2.46.0
This commit is contained in:
parent
b7a47d4409
commit
107f2c5432
4 changed files with 9 additions and 6 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue