Move inc_rusage() and shift_ubs_param() to where they truly belong

These two functions are only used from inside vzmemcheck.c, so let's
- move them there (from validate.c)
- mark them as static
- remove their prototypes from validate.h

Signed-off-by: Kir Kolyshkin <kir@openvz.org>
3 files changed