summaryrefslogtreecommitdiff
path: root/net/panoptis/files
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2021-06-26 14:51:54 +0200
committerRene Ladan <rene@FreeBSD.org>2021-06-26 14:52:00 +0200
commit71e3941538b7029202598516b1cd5ffdc1e18e98 (patch)
treefe5f9294a87044169aa049d58bcef044d9b1ec4e /net/panoptis/files
parentlang/clover: undeprecate, no longer uses py27 (diff)
*/*: Remove expired ports:
2021-06-23 net/panoptis: Unmaintained upstream
Diffstat (limited to 'net/panoptis/files')
-rw-r--r--net/panoptis/files/patch-panoptis-timeslot.cpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/net/panoptis/files/patch-panoptis-timeslot.cpp b/net/panoptis/files/patch-panoptis-timeslot.cpp
deleted file mode 100644
index b10fd8c8e997..000000000000
--- a/net/panoptis/files/patch-panoptis-timeslot.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- panoptis/timeslot.cpp.orig Tue Nov 28 13:58:22 2006
-+++ panoptis/timeslot.cpp Tue Nov 28 13:58:33 2006
-@@ -109,7 +109,7 @@
- continue;
-
- // Create a new Distribution object
-- IfPair *ifpair = new IfPair((uint16_t)input, (uint16_t)output);
-+ IfPair *ifpair = new IfPair((uint16_t&)input, (uint16_t&)output);
- if (!ifpair){
- perror("new");
- exit(errno);