FreeBSD Bugzilla – Attachment 195034 Details for
Bug 225455
net/stund: c++ error: invalid operands to binary expression
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
svn-diff-stund
svn-diff-stun (text/plain), 1.13 KB, created by
Walter Schwarzenfeld
on 2018-07-10 17:06:24 UTC
(
hide
)
Description:
svn-diff-stund
Filename:
MIME Type:
Creator:
Walter Schwarzenfeld
Created:
2018-07-10 17:06:24 UTC
Size:
1.13 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 474390) >+++ Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= stund > PORTVERSION= 0.96 >+PORTREVISION= 1 > CATEGORIES= net > MASTER_SITES= SF/stun/stun/${PORTVERSION} > DISTNAME= ${PORTNAME}_${PORTVERSION}_Aug13 >Index: files/patch-udp.cxx >=================================================================== >--- files/patch-udp.cxx (nonexistent) >+++ files/patch-udp.cxx (working copy) >@@ -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(); >+ > >Property changes on: files/patch-udp.cxx >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 225455
: 195034