FreeBSD Bugzilla – Attachment 160159 Details for
Bug 202535
Fix net-mgmt/tcptrack build with clang 3.7.0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Fix infinite recursion in net-mgmt/tcptrack
net-mgmt__tcptrack-fix-infinite-recursion.diff (text/plain), 1.12 KB, created by
Dimitry Andric
on 2015-08-20 21:39:58 UTC
(
hide
)
Description:
Fix infinite recursion in net-mgmt/tcptrack
Filename:
MIME Type:
Creator:
Dimitry Andric
Created:
2015-08-20 21:39:58 UTC
Size:
1.12 KB
patch
obsolete
>Index: net-mgmt/tcptrack/files/patch-IPAddress.h >=================================================================== >--- net-mgmt/tcptrack/files/patch-IPAddress.h (revision 0) >+++ net-mgmt/tcptrack/files/patch-IPAddress.h (working copy) >@@ -0,0 +1,11 @@ >+--- src/IPAddress.h.orig 2010-09-29 03:23:24.000000000 +0200 >++++ src/IPAddress.h 2015-08-20 23:35:26.583907000 +0200 >+@@ -16,7 +16,7 @@ public: >+ >+ virtual int GetType() const = 0; >+ virtual bool operator==( const IPAddress & ) const = 0; >+- virtual bool operator!=( const IPAddress & addr ) const { return !operator!=(addr); } >++ virtual bool operator!=( const IPAddress & addr ) const { return !operator==(addr); } >+ virtual char * ptr() const = 0; >+ virtual uint32_t hash() const = 0; >+ virtual IPAddress* Clone() const = 0; > >Property changes on: net-mgmt/tcptrack/files/patch-IPAddress.h >___________________________________________________________________ >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 202535
: 160159