From 5fb1a4c0bf987b83b0b0cc77d40ac2e8780f01d3 Mon Sep 17 00:00:00 2001 From: Pav Lucistnik Date: Wed, 29 Dec 2004 01:56:32 +0000 Subject: - Fix build with gcc 3.4 PR: ports/75590 Submitted by: Samy Al Bahra --- security/stegdetect/files/patch-stegdetect.c | 29 ++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 security/stegdetect/files/patch-stegdetect.c (limited to 'security/stegdetect/files/patch-stegdetect.c') 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) { -- cgit v1.2.3