openbsd-ports/security/stegdetect/patches/patch-jutil_c
sthen fa6695e7f8 - memcpy is used in a file without the correct header; though
the function it's in is never actually called, so it's not a real
problem, add the header anyway so people grepping build logs for
possible 64-bit problems don't need to look at this again.

- the PKGNAME bump is probably unnecessary, but done anyway
since it's cheap.
2008-11-19 23:48:52 +00:00

12 lines
282 B
Plaintext

$OpenBSD: patch-jutil_c,v 1.1 2008/11/19 23:48:52 sthen Exp $
--- jutil.c.orig Wed Nov 19 23:39:16 2008
+++ jutil.c Wed Nov 19 23:40:01 2008
@@ -37,6 +37,7 @@
#include <stdio.h>
#include <stdlib.h>
+#include <string.h>
#include <unistd.h>
#include <fcntl.h>
#include <err.h>