summaryrefslogtreecommitdiff
path: root/audio/snd/patches/patch-ak
blob: b96f868d94d6fd18e657d87a689bbac325abbdd2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ak,v 1.2 1998/08/07 10:36:10 agc Exp $

--- snd.orig/snd-x1.h	Thu Jan 22 15:08:49 1998
+++ snd-x1.h	Sun Feb 22 02:14:34 1998
@@ -328,7 +328,7 @@
 void reflect_group_speed_change(snd_state *ss, grp_info *g, float speed);
 void reflect_group_tempo_change(grp_info *g, float speed);
 
-#ifdef LINUX
+#if defined(LINUX) || defined(__NetBSD__)
   void override_toggle_translation(Widget w);
 #endif