pkgsrc/graphics/aview/patches/patch-flip.c
obache 399290a4af * Add a patch for CVE-2008-4935, based on Debian's fix, adjust mktemp(1)
behavior differ between OpenBSD orign and FreeBSD one.
* Add some missing includion of header files.
* LICENSE=gnu-gpl-v2

Bump PKGREVISION.
2011-09-04 08:54:02 +00:00

14 lines
317 B
C

$NetBSD: patch-flip.c,v 1.1 2011/09/04 08:54:03 obache Exp $
* include <string.h> for memcpy(3), and so on.
--- flip.c.orig 2001-04-25 15:48:59.000000000 +0000
+++ flip.c
@@ -7,6 +7,7 @@
#include <stdlib.h>
#include <stdio.h>
+#include <string.h>
#include <sys/time.h>
#include <unistd.h>
#include <aalib.h>