summaryrefslogtreecommitdiff
path: root/net/panoptis/files/patch-panoptis-timeslot.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'net/panoptis/files/patch-panoptis-timeslot.cpp')
-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);