ports/net-mgmt/tcptrack/files/patch-IPAddress.h
Chris Hutchinson f755375b37 *: Move manpages to share/man
PR:		277322
2024-02-27 19:30:55 +03:00

11 lines
477 B
C

--- src/IPAddress.h.orig 2010-09-29 03:23:24 UTC
+++ src/IPAddress.h
@@ -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;