Re: [libvirt] [PATCH] renaming error -> openvzError

2008-07-10 Thread Daniel Veillard
On Thu, Jul 10, 2008 at 04:09:14PM +0400, Evgeniy Sokolov wrote: > function error() was renamed to openvzError() to don't conflict with > other functions with the same name. > > other > - openvzError() is added to msg_gen_function > - fixed to pass "make syntax-check" > > Thanks to Jim Meyering

[libvirt] [PATCH] renaming error -> openvzError

2008-07-10 Thread Evgeniy Sokolov
function error() was renamed to openvzError() to don't conflict with other functions with the same name. other - openvzError() is added to msg_gen_function - fixed to pass "make syntax-check" Thanks to Jim Meyering for review. Index: src/openvz_conf.c ===