diff options
Diffstat (limited to 'net/p5-Net-RawIP/files/patch-RawIP.xs')
-rw-r--r-- | net/p5-Net-RawIP/files/patch-RawIP.xs | 23 |
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; |