]> git.ipfire.org Git - thirdparty/bird.git/commit
Alloc: Minor cleanups
authorOndrej Zajicek <santiago@crfreenet.org>
Wed, 18 Jan 2023 12:40:21 +0000 (13:40 +0100)
committerOndrej Zajicek <santiago@crfreenet.org>
Wed, 18 Jan 2023 12:40:21 +0000 (13:40 +0100)
commit804916daa91834a4740edba96a43c7f0a43744b3
treef08b201823b5b55b6a30c2c98ec2660aa33d2bd0
parent6bb992cb04926895be57dc97e7d569ea15a07db1
Alloc: Minor cleanups

 - Fix THP disable on old systems
 - Failed syscalls should use die() instead of bug()
 - Our printf uses %ld for s64 instead of long
sysdep/unix/alloc.c