summaryrefslogtreecommitdiff
path: root/graphics/xv/patches/patch-aa
blob: b7ac2d6508c6903da2ec5f42a9470b50ea16ae3c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$NetBSD: patch-aa,v 1.5 2007/07/08 10:50:24 wiz Exp $

--- xvpcd.c.orig	2007-05-14 01:02:13.000000000 +0000
+++ xvpcd.c
@@ -30,9 +30,6 @@
 #ifdef HAVE_PCD
 
 #include <memory.h>
-#ifndef alloca
-#  include <alloca.h> /* "not in POSIX or SUSv3" according to Linux man page */
-#endif                /* ...but required for Sun C compiler (alloca = macro) */
 
 #define  TRACE  0
 #if TRACE