]> git.proxmox.com Git - mirror_lxc.git/commit
Use srand/rand instead of initstate/random
authorStéphane Graber <stgraber@ubuntu.com>
Fri, 16 Aug 2013 13:22:28 +0000 (15:22 +0200)
committerStéphane Graber <stgraber@ubuntu.com>
Mon, 19 Aug 2013 12:33:21 +0000 (14:33 +0200)
commit7f3e12f3e5223c6a6c34bafdf47df86f66078963
tree3594fd8d35fcde06bad0a9d3a6237d6c02d2bcb0
parent2e74d6f3744e5aef2e01f1f295472ffdb58f1929
Use srand/rand instead of initstate/random

initstate/random doesn't work on bionic, srand/rand works on everything,
so let's use that.

Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
Acked-by: Serge E. Hallyn <serge.hallyn@ubuntu.com>
configure.ac
src/lxc/conf.c