summaryrefslogtreecommitdiff
path: root/security/stegdetect/files/patch-stegdetect.c
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-12-29 01:56:32 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-12-29 01:56:32 +0000
commit5fb1a4c0bf987b83b0b0cc77d40ac2e8780f01d3 (patch)
treea3895b4f96b72b96a7b3fd5e028fda7366e698f5 /security/stegdetect/files/patch-stegdetect.c
parent- Fix fetching, unbreak (diff)
- Fix build with gcc 3.4
PR: ports/75590 Submitted by: Samy Al Bahra <samy@kerneled.org>
Notes
Notes: svn path=/head/; revision=125404
Diffstat (limited to 'security/stegdetect/files/patch-stegdetect.c')
-rw-r--r--security/stegdetect/files/patch-stegdetect.c29
1 files changed, 29 insertions, 0 deletions
diff --git a/security/stegdetect/files/patch-stegdetect.c b/security/stegdetect/files/patch-stegdetect.c
new file mode 100644
index 000000000000..d5513215a78e
--- /dev/null
+++ b/security/stegdetect/files/patch-stegdetect.c
@@ -0,0 +1,29 @@
+--- stegdetect.c Sat Jan 26 23:51:16 2002
++++ /tmp/stegdetect.c.diff Wed Dec 29 03:32:38 2004
+@@ -1198,7 +1198,7 @@
+ flag = 1;
+ strlcat(outbuf, " f5(***)", sizeof(outbuf));
+
+- no_f5:
++ no_f5:;
+ }
+
+ if (scans & FLAG_DOINVIS) {
+@@ -1237,7 +1237,7 @@
+ strlcat(outbuf, tmp, sizeof(outbuf));
+ }
+
+- no_invisiblesecrets:
++ no_invisiblesecrets:;
+ }
+
+ if ((scans & FLAG_CHECKHDRS)) {
+@@ -1301,7 +1301,7 @@
+ }
+
+ free(dcts);
+- jsteg_error:
++ jsteg_error:;
+ }
+
+ if ((scans & FLAG_DOOUTGUESS) && prepare_normal(&dcts, &bits) != -1) {