* [Cluster-devel] duplicate definition in CVS HEAD
@ 2006-11-20 7:48 Fabio Massimo Di Nitto
2006-11-30 21:17 ` [Cluster-devel] " Lon Hohberger
0 siblings, 1 reply; 2+ messages in thread
From: Fabio Massimo Di Nitto @ 2006-11-20 7:48 UTC (permalink / raw)
To: cluster-devel.redhat.com
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.
^ permalink raw reply [flat|nested] 2+ messages in thread
* [Cluster-devel] Re: duplicate definition in CVS HEAD
2006-11-20 7:48 [Cluster-devel] duplicate definition in CVS HEAD Fabio Massimo Di Nitto
@ 2006-11-30 21:17 ` Lon Hohberger
0 siblings, 0 replies; 2+ messages in thread
From: Lon Hohberger @ 2006-11-30 21:17 UTC (permalink / raw)
To: cluster-devel.redhat.com
On Mon, 2006-11-20 at 08:48 +0100, Fabio Massimo Di Nitto wrote:
> 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? ;)
Fixed.
-- Lon
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
URL: <http://listman.redhat.com/archives/cluster-devel/attachments/20061130/f1807ed0/attachment.sig>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2006-11-30 21:17 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-11-20 7:48 [Cluster-devel] duplicate definition in CVS HEAD Fabio Massimo Di Nitto
2006-11-30 21:17 ` [Cluster-devel] " Lon Hohberger
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.