summaryrefslogtreecommitdiff
path: root/net/pchar/files/patch-PctestIpv4.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/pchar/files/patch-PctestIpv4.h')
-rw-r--r--net/pchar/files/patch-PctestIpv4.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/net/pchar/files/patch-PctestIpv4.h b/net/pchar/files/patch-PctestIpv4.h
deleted file mode 100644
index 2e255a171fd4..000000000000
--- a/net/pchar/files/patch-PctestIpv4.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- PctestIpv4.h.orig 2005-02-13 05:32:18.000000000 +0900
-+++ PctestIpv4.h 2013-05-06 00:36:17.432762986 +0900
-@@ -77,7 +77,7 @@
- virtual char *GetPrintableAddress();
- virtual char *GetPrintableAddress(void *a);
- virtual char *GetName(void *a);
-- virtual char *GetAddressFamilyString() { return "AF_INET"; };
-+ virtual const char *GetAddressFamilyString() { return "AF_INET"; };
- virtual int GetAddressFamily() { return (AF_INET); };
-
- protected: