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-break_jsteg.c | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 security/stegdetect/files/patch-break_jsteg.c (limited to 'security/stegdetect/files/patch-break_jsteg.c') diff --git a/security/stegdetect/files/patch-break_jsteg.c b/security/stegdetect/files/patch-break_jsteg.c new file mode 100644 index 000000000000..9a636fdacebe --- /dev/null +++ b/security/stegdetect/files/patch-break_jsteg.c @@ -0,0 +1,11 @@ +--- break_jsteg.c Fri Dec 21 01:11:32 2001 ++++ /tmp/break_jsteg.c.diff Wed Dec 29 03:32:38 2004 +@@ -162,7 +162,7 @@ + jstegob->skip = bytes - sizeof(jstegob->coeff); + + if (jsbits < max || off + jsbits > bits) { +- warnx(__FUNCTION__": bad size in bits, %d", bits); ++ warnx("break_jsteg_prepare: bad size in bits, %d", bits); + return (NULL); + } + -- cgit v1.2.3