Add new function xzalloc(n) as a shorthand for xcalloc(1, n).
[openvswitch] / lib / lockfile.c
2009-10-29 Ben PfaffImplement library for lockfiles and use it in cfg code.