summaryrefslogtreecommitdiff
path: root/audio/snd/patches/patch-ao
diff options
context:
space:
mode:
Diffstat (limited to 'audio/snd/patches/patch-ao')
-rw-r--r--audio/snd/patches/patch-ao13
1 files changed, 13 insertions, 0 deletions
diff --git a/audio/snd/patches/patch-ao b/audio/snd/patches/patch-ao
new file mode 100644
index 00000000000..929a98b9ba8
--- /dev/null
+++ b/audio/snd/patches/patch-ao
@@ -0,0 +1,13 @@
+$NetBSD: patch-ao,v 1.1 2004/07/28 08:05:32 agc Exp $
+
+--- snd-1.h 2004/07/28 07:54:48 1.1
++++ snd-1.h 2004/07/28 07:55:08
+@@ -474,7 +474,7 @@
+ char *sound_type(int type);
+ char *sound_format (int format);
+ char *copy_string (char *str);
+-int round(float x);
++int snd_round(float x);
+ void snd_error (char *msg);
+ char *filename_without_home_directory(char *name);
+ char *just_filename(char *name);