summaryrefslogtreecommitdiff
path: root/security/stegdetect/files/patch-common.c
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2015-12-27 19:37:40 +0000
committerRene Ladan <rene@FreeBSD.org>2015-12-27 19:37:40 +0000
commit1582463f961cac23597042cea279984bdb90f6c0 (patch)
tree4f1c57a69e3fc4d6d871e09ba4ae7c0c2b6fea0c /security/stegdetect/files/patch-common.c
parentAdd x11-fonts/junction. (diff)
security/stegdetect: fix stegdeiamge by removing a leftover test line
- regenerate patches using "make makepatch" - use option helpers - bump PORTREVISION
Diffstat (limited to 'security/stegdetect/files/patch-common.c')
-rw-r--r--security/stegdetect/files/patch-common.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/security/stegdetect/files/patch-common.c b/security/stegdetect/files/patch-common.c
index 757d4833d75c..6c29c8067a57 100644
--- a/security/stegdetect/files/patch-common.c
+++ b/security/stegdetect/files/patch-common.c
@@ -1,6 +1,6 @@
---- common.c.orig Sun Aug 29 20:11:00 2004
-+++ common.c Sat Apr 15 00:11:40 2006
-@@ -85,7 +85,7 @@
+--- common.c.orig 2004-08-29 23:11:00 UTC
++++ common.c
+@@ -85,7 +85,7 @@ jpeg_getc(j_decompress_ptr cinfo)
if (datasrc->bytes_in_buffer == 0) {
if (! (*datasrc->fill_input_buffer) (cinfo))
@@ -9,7 +9,7 @@
}
datasrc->bytes_in_buffer--;
return GETJOCTET(*datasrc->next_input_byte++);
-@@ -308,7 +308,7 @@
+@@ -308,7 +308,7 @@ prepare_all_gradx(short **pdcts, int *pb
dcts = malloc(bits * sizeof (short));
if (dcts == NULL) {
@@ -18,7 +18,7 @@
return (-1);
}
-@@ -374,7 +374,7 @@
+@@ -374,7 +374,7 @@ prepare_normal(short **pdcts, int *pbits
if (pdcts != NULL) {
dcts = malloc(bits * sizeof (short));
if (dcts == NULL) {
@@ -27,7 +27,7 @@
return (-1);
}
}
-@@ -422,7 +422,7 @@
+@@ -422,7 +422,7 @@ prepare_jphide(short **pdcts, int *pbits
/* XXX - wasteful */
back[comp] = calloc(off, sizeof (char));
if (back[comp] == NULL) {
@@ -36,7 +36,7 @@
goto err;
}
}
-@@ -430,7 +430,7 @@
+@@ -430,7 +430,7 @@ prepare_jphide(short **pdcts, int *pbits
if (pdcts != NULL) {
dcts = malloc(mbits * sizeof (short));
if (dcts == NULL) {