summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-11-28 18:18:19 +0000
committerSteve Price <steve@FreeBSD.org>1999-11-28 18:18:19 +0000
commit3689fb2140698b1b4eff0933fe730262b161f533 (patch)
treeb0f5a49d590879e59cca264fac28e4b43211bf08 /audio
parentUpdate to use Tk version 8.2. (diff)
gcc 2.95 requires us to be explicit about the return type of functions.
Notes
Notes: svn path=/head/; revision=23473
Diffstat (limited to 'audio')
-rw-r--r--audio/xcd/files/patch-aa11
1 files changed, 11 insertions, 0 deletions
diff --git a/audio/xcd/files/patch-aa b/audio/xcd/files/patch-aa
new file mode 100644
index 000000000000..d7649f5ebf5a
--- /dev/null
+++ b/audio/xcd/files/patch-aa
@@ -0,0 +1,11 @@
+--- cdplayer.cc.orig Sat Nov 27 16:20:49 1999
++++ cdplayer.cc Sat Nov 27 16:24:02 1999
+@@ -29,7 +29,7 @@
+ public:
+ button (char *s) {state=0; strcpy (name, s);}
+ ~button () {}
+- set (int i) {
++ void set (int i) {
+ if (state != i) {
+ state = i;
+ if (state == 0)