All of lore.kernel.org
 help / color / mirror / Atom feed
From: Fabio Massimo Di Nitto <fabbione@ubuntu.com>
To: cluster-devel.redhat.com
Subject: [Cluster-devel] duplicate definition in CVS HEAD
Date: Mon, 20 Nov 2006 08:48:20 +0100	[thread overview]
Message-ID: <45615DC4.4020504@ubuntu.com> (raw)


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.



             reply	other threads:[~2006-11-20  7:48 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-11-20  7:48 Fabio Massimo Di Nitto [this message]
2006-11-30 21:17 ` [Cluster-devel] Re: duplicate definition in CVS HEAD Lon Hohberger

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=45615DC4.4020504@ubuntu.com \
    --to=fabbione@ubuntu.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.