$NetBSD: patch-ag,v 1.2 2004/06/28 08:14:03 adam Exp $

--- src/paf.c.orig	2004-06-16 10:17:04.000000000 +0000
+++ src/paf.c
@@ -65,7 +65,7 @@ typedef struct
 	int				*samples ;
 	unsigned char	*block ;
 #if HAVE_FLEXIBLE_ARRAY
-	int				data [] ; /* ISO C99 struct flexible array. */
+	int				*data ; /* ISO C99 struct flexible array. */
 #else
 	int				data [1] ; /* This is a hack and may not work. */
 #endif
