ports/security/libfwbuilder/files/patch-IPAddress.h
Stefan Eßer 08cc138a29 Fix path to file to patch, I had accidently committed the patch with
an absolute path that was correct only on my development system.
2007-07-22 19:30:35 +00:00

11 lines
241 B
C++

--- src/fwbuilder/IPAddress.h~ 2006-08-18 05:59:32.000000000 +0200
+++ src/fwbuilder/IPAddress.h 2007-07-14 17:09:06.406044356 +0200
@@ -47,6 +47,7 @@
{
class Netmask;
+ Netmask operator~(const Netmask &nm);
class IPAddress
{