summaryrefslogtreecommitdiff
path: root/net/p5-Net-RawIP
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-08-23 14:47:12 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-08-23 14:47:12 +0000
commit31222eca67cdd1d87c75dc1df91665d3628557ec (patch)
tree657ea6586961a59f0955ae3a6c022c06a8e72803 /net/p5-Net-RawIP
parent- Update to 0.19 (diff)
Fix build with gcc-3.4
Notes
Notes: svn path=/head/; revision=117128
Diffstat (limited to 'net/p5-Net-RawIP')
-rw-r--r--net/p5-Net-RawIP/files/patch-RawIP.xs23
1 files changed, 23 insertions, 0 deletions
diff --git a/net/p5-Net-RawIP/files/patch-RawIP.xs b/net/p5-Net-RawIP/files/patch-RawIP.xs
new file mode 100644
index 000000000000..a8e676e2814b
--- /dev/null
+++ b/net/p5-Net-RawIP/files/patch-RawIP.xs
@@ -0,0 +1,23 @@
+
+$FreeBSD$
+
+--- RawIP.xs.orig Mon Aug 23 16:38:46 2004
++++ RawIP.xs Mon Aug 23 16:39:04 2004
+@@ -440,7 +440,7 @@
+ sv_catpvn(ip_opts,SvPV(*av_fetch(opts,i+2,0),l),
+ SvCUR(*av_fetch(opts,i+2,0)));
+ break;
+- default:
++ default: break;
+ }
+ }
+ c = 0;
+@@ -539,7 +539,7 @@
+ sv_catpvn(ip_opts,SvPV(*av_fetch(opts,i+2,0),l),
+ SvCUR(*av_fetch(opts,i+2,0)));
+ break;
+- default:
++ default: break;
+ }
+ }
+ c = 0;