summaryrefslogtreecommitdiff
path: root/net/ruby-pcap/files
diff options
context:
space:
mode:
Diffstat (limited to 'net/ruby-pcap/files')
-rw-r--r--net/ruby-pcap/files/patch-Pcap.c15
1 files changed, 0 insertions, 15 deletions
diff --git a/net/ruby-pcap/files/patch-Pcap.c b/net/ruby-pcap/files/patch-Pcap.c
deleted file mode 100644
index 8460e5d49447..000000000000
--- a/net/ruby-pcap/files/patch-Pcap.c
+++ /dev/null
@@ -1,15 +0,0 @@
---- Pcap.c.orig 2008-05-01 15:26:25.000000000 -0500
-+++ Pcap.c 2008-05-01 15:27:21.000000000 -0500
-@@ -782,9 +782,9 @@
- /* define class PcapStat */
- cPcapStat = rb_funcall(rb_cStruct, rb_intern("new"), 4,
- Qnil,
-- INT2NUM(rb_intern("recv")),
-- INT2NUM(rb_intern("drop")),
-- INT2NUM(rb_intern("ifdrop")));
-+ ID2SYM(rb_intern("recv")),
-+ ID2SYM(rb_intern("drop")),
-+ ID2SYM(rb_intern("ifdrop")));
- rb_define_const(mPcap, "Stat", cPcapStat);
-
- /* define exception classes */