commit | 94633026013963243a7449d4853f2754b69e8888 | [log] [download] |
---|---|---|
author | Kir Kolyshkin <kir@openvz.org> | Tue Aug 31 19:40:53 2010 +0400 |
committer | Kir Kolyshkin <kir@openvz.org> | Tue Aug 31 19:40:53 2010 +0400 |
tree | 7573242044c76e8cb99b61f7a01b4beb62a9a556 | |
parent | cacfe0976c7461f995eab028701f9713377905a2 [diff] |
vzctl.c: fix compilation Previous commit 8785cb adds check for ctid==INT_MAX, but it forgot to #include <limits.h> which defines INT_MAX. Fix it. Signed-off-by: Kir Kolyshkin <kir@openvz.org>