]> git.pld-linux.org Git - packages/fuse.git/commitdiff
- compilation fix for gcc4
authorwitekfl <witekfl@pld-linux.org>
Sun, 15 May 2005 18:26:14 +0000 (18:26 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    fuse-gcc4.patch -> 1.1

fuse-gcc4.patch [new file with mode: 0644]

diff --git a/fuse-gcc4.patch b/fuse-gcc4.patch
new file mode 100644 (file)
index 0000000..8cbd2cb
--- /dev/null
@@ -0,0 +1,13 @@
+--- fuse-0.7.0.orig/sound.c    2004-07-04 20:52:15.000000000 +0200
++++ fuse-0.7.0/sound.c 2005-05-15 20:19:45.596349088 +0200
+@@ -58,8 +58,8 @@
+ int sound_stereo_ay_abc=0;    /* (AY stereo) true for ABC stereo, else ACB */
+ int sound_stereo_ay_narrow=0; /* (AY stereo) true for narrow AY st. sep. */
+-static int sound_stereo_ay=0; /* local copy of settings_current.stereo_ay */
+-static int sound_stereo_beeper=0;   /* and settings_current.stereo_beeper */
++int sound_stereo_ay=0;        /* local copy of settings_current.stereo_ay */
++int sound_stereo_beeper=0;   /* and settings_current.stereo_beeper */
+ /* assume all three tone channels together match the beeper volume (ish).
This page took 0.028811 seconds and 4 git commands to generate.