summaryrefslogtreecommitdiff
path: root/multimedia/gxine/patches/patch-aj
blob: c31b768fac490d3639a4696da127ebde3f1ebe72 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-aj,v 1.1.2.2 2005/05/28 04:48:56 snj Exp $

Needed for ISO C90 compliance.

--- src/key_events.h.orig	Thu Dec 16 00:59:59 2004
+++ src/key_events.h	Tue Apr 12 12:53:59 2005
@@ -35,7 +35,7 @@ typedef struct kb_xine_event_id_s kb_xin
 
 struct kb_xine_event_map_s {
   char prefix[8];
-  const kb_xine_event_id_t id[];
+  const kb_xine_event_id_t *id;
 };
 typedef struct kb_xine_event_map_s kb_xine_event_map_t;