pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: CVS commit: pkgsrc/net/miniupnpd
On Sun, Oct 07, 2018 at 09:12:31AM +0000, Adam Ciarcinski wrote:
> +--- minissdp.c.orig 2018-10-07 09:08:52.068679678 +0000
> ++++ minissdp.c
> +@@ -873,8 +873,7 @@ ProcessSSDPRequest(int s, unsigned short
> + .msg_controllen = sizeof(cmbuf)
> + };
> + struct cmsghdr *cmptr;
> +-#endif /* IP_PKTINFO */
> +-#ifdef IP_RECVIF
> ++#elif definded(IP_RECVIF)
Surely that's a typo (definded).. though it doesn't seem to affect my build.
Home |
Main Index |
Thread Index |
Old Index