[Cluster-devel] duplicate definition in CVS HEAD

Fabio Massimo Di Nitto fabbione at ubuntu.com
Mon Nov 20 07:48:20 UTC 2006


Hi Lon,

gcc -Wall -I../../include -I../../config -I/usr/include/openais
-I/usr/include/libvirt -I/usr/include/firefox/nss -I/usr/include/firefox/nspr
-I../../../cman/lib -I../../../ccs/lib -DFENCE_RELEASE_NAME=\"2.0\" -Wall
-Werror -Wstrict-prototypes -Wshadow -ggdb -D_GNU_SOURCE -c -o options.o options.c
options.c:258: error: redefinition of ‘assign_noccs’
options.c:251: error: previous definition of ‘assign_noccs’ was here
make[4]: *** [options.o] Error 1
make[4]: Leaving directory
`/usr/src/ubuntu/mypkgs/rhcluster/redhat-cluster-suite-2.20061120/fence/agents/xvm'

probably a wrong merge/commit? ;)

static inline void
assign_noccs(fence_xvm_args_t *args, struct arg_info *arg, char *value)
{
        args->flags |= F_NOCCS;
}


static inline void
assign_noccs(fence_xvm_args_t *args, struct arg_info *arg, char *value)
{
        args->flags |= F_NOCCS;
}

Thanks
Fabio

-- 
I'm going to make him an offer he can't refuse.




More information about the Cluster-devel mailing list