$OpenBSD: patch-util_blo_h,v 1.1.1.1 2010/10/24 10:32:48 jakemsr Exp $

- no shm_open

--- util/blo.h.orig	Sun Jan 18 00:56:38 2009
+++ util/blo.h	Sun Jan 18 00:58:19 2009
@@ -76,7 +76,9 @@ typedef struct {
 	float xfade;
 } blo_h_osc;
 
+#ifndef __OpenBSD__
 blo_h_tables *blo_h_tables_new(int table_size);
+#endif
 
 void blo_h_tables_free(blo_h_tables *tables);
 
