summaryrefslogtreecommitdiff
path: root/mbone/vic/files/patch-warns
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2011-03-06 22:36:23 +0000
committerPav Lucistnik <pav@FreeBSD.org>2011-03-06 22:36:23 +0000
commitde05c59dc7246a3a49595d7bb9db844d9a0dd9c2 (patch)
treee0c639a12886e6a16b6b23e3aecc811616aa2654 /mbone/vic/files/patch-warns
parent- Move all 13 ports out of mbone category (diff)
- Remove files of ports that have been moved to other categories
Diffstat (limited to 'mbone/vic/files/patch-warns')
-rw-r--r--mbone/vic/files/patch-warns9
1 files changed, 0 insertions, 9 deletions
diff --git a/mbone/vic/files/patch-warns b/mbone/vic/files/patch-warns
deleted file mode 100644
index 8db7f714fc0a..000000000000
--- a/mbone/vic/files/patch-warns
+++ /dev/null
@@ -1,9 +0,0 @@
---- codec/p64/p64.cpp Thu Sep 9 08:46:10 1999
-+++ codec/p64/p64.cpp Mon Mar 26 01:44:44 2007
-@@ -1069,5 +1069,5 @@
- * with 8 bits; otherwise, prime it with a 16.
- */
-- if ((int)bp & 1) {
-+ if ((intptr_t)bp & 1) {
- bs_ = (u_short*)(bp + 1);
- bb_ = *bp;