]> git.ozlabs.org Git - ccan/commit
talloc: avoid a comparison mismatch & at the same time switch to non-legacy sysconf()
authorCody P Schafer <dev@codyps.com>
Sun, 16 Aug 2015 22:58:32 +0000 (18:58 -0400)
committerRusty Russell <rusty@rustcorp.com.au>
Mon, 17 Aug 2015 02:31:49 +0000 (12:01 +0930)
commit426bd7e6844f1f01637facaba087f78a5a1d530a
treeeb397aa9ee9a2f77ffad88c2bbe80dd9e75c666a
parentd88372302ac7d1b5e6d6def90df16c3b9fcd8a4f
talloc: avoid a comparison mismatch & at the same time switch to non-legacy sysconf()

Without this, gcc warns about a sign mismatch in the comparison.

Signed-off-by: Cody P Schafer <dev@codyps.com>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
ccan/talloc/talloc.c