Subject: Re: CVS commit: pkgsrc/net/udpcast
To: None <drochner@netbsd.org>
From: Min Sik Kim <minskim@NetBSD.org>
List: pkgsrc-changes
Date: 08/23/2006 04:52:48
On 8/9/06, Matthias Drochner <drochner@netbsd.org> wrote:
>
> Module Name:    pkgsrc
> Committed By:   drochner
> Date:           Wed Aug  9 14:00:08 UTC 2006
>
> Modified Files:
>         pkgsrc/net/udpcast: distinfo
> Added Files:
>         pkgsrc/net/udpcast/patches: patch-ab
>
> Log Message:
> add a SO_REUSEPORT to make this work

This causes the following error on Linux:

socklib.c: In function 'udpc_makeSocket':
socklib.c:901: error: 'SO_REUSEPORT' undeclared (first use in this function)
socklib.c:901: error: (Each undeclared identifier is reported only once
socklib.c:901: error: for each function it appears in.)

Regards,
Min