Control: tags -1 + upstream

On Sat, Jun 22, 2013 at 03:30:47PM +0200, David Suárez wrote:
> > ucast.c: In function 'HB_make_send_sock':
> > ucast.c:468:6: error: conflicting types for 'i'
> >   int i = 1;
> >       ^
> > ucast.c:465:15: note: previous declaration of 'i' was here
> >   struct ifreq i;
> >                ^
The code:

#if defined(SO_BINDTODEVICE)
  struct ifreq i;
#endif
#if defined(SO_REUSEPORT)
  int i = 1;
#endif

In the current /usr/include/asm-generic/socket.h both macros are defined.

-- 
WBR, wRAR

Attachment: signature.asc
Description: Digital signature

Reply via email to