Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Jul 2018 18:06:16 +0000 (UTC)
From:      Kurt Jaeger <pi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r474396 - head/net/stund/files
Message-ID:  <201807101806.w6AI6GBe015241@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pi
Date: Tue Jul 10 18:06:16 2018
New Revision: 474396
URL: https://svnweb.freebsd.org/changeset/ports/474396

Log:
  net/stund: fix build on current
  
  PR:		225455
  Submitted by:	Walter Schwarzenfeld <w.schwarzenfeld@utanet.at>
  Approved by:	sobomax (maintainer timeout)

Added:
  head/net/stund/files/patch-udp.cxx   (contents, props changed)

Added: head/net/stund/files/patch-udp.cxx
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/stund/files/patch-udp.cxx	Tue Jul 10 18:06:16 2018	(r474396)
@@ -0,0 +1,11 @@
+--- udp.cxx.orig	2018-07-10 16:05:16 UTC
++++ udp.cxx
+@@ -64,7 +64,7 @@ openPort( unsigned short port, unsigned 
+       }
+    }
+ 	
+-   if ( bind( fd,(struct sockaddr*)&addr, sizeof(addr)) != 0 )
++   if ( ::bind( fd,(struct sockaddr*)&addr, sizeof(addr)) != 0 )
+    {
+       int e = getErrno();
+         



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201807101806.w6AI6GBe015241>