mirror of
https://github.com/ckolivas/lrzip.git
synced 2026-04-21 06:03:54 +00:00
Fix get_ram compilation on osx.
This commit is contained in:
parent
184a8f0025
commit
db1788f987
1 changed files with 1 additions and 1 deletions
2
lrzip.c
2
lrzip.c
|
|
@ -74,7 +74,7 @@ static i64 fdout_seekto(rzip_control *control, i64 pos)
|
|||
|
||||
#ifdef __APPLE__
|
||||
# include <sys/sysctl.h>
|
||||
i64 get_ram(void)
|
||||
i64 get_ram(rzip_control *control)
|
||||
{
|
||||
int mib[2];
|
||||
size_t len;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue