]> git.ozlabs.org Git - ccan/commit - ccan/tally/tally.c
tally: fix FreeBSD compile, memleak in tests.
authorRusty Russell <rusty@rustcorp.com.au>
Tue, 21 Jun 2011 01:13:31 +0000 (10:43 +0930)
committerRusty Russell <rusty@rustcorp.com.au>
Tue, 21 Jun 2011 01:13:31 +0000 (10:43 +0930)
commit0284423676209380a2e07086b9b356096a2f93e6
tree4d0693c0dba30db320a592acc608de3394d48b61
parent58fbdc9e217ff440f634927b70474e7aa1f2e7c0
tally: fix FreeBSD compile, memleak in tests.

Posix says ssize_t is in sys/types.h; on Linux stdlib.h is enough.
ccan/tally/tally.c
ccan/tally/tally.h
ccan/tally/test/run-mean.c
ccan/tally/test/run-median.c
ccan/tally/test/run-min-max.c
ccan/tally/test/run-mode.c
ccan/tally/test/run-renormalize.c