diff options
Diffstat (limited to 'emulators/vice/files/patch-sounduss.c')
-rw-r--r-- | emulators/vice/files/patch-sounduss.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/emulators/vice/files/patch-sounduss.c b/emulators/vice/files/patch-sounduss.c new file mode 100644 index 0000000..52103b0 --- /dev/null +++ b/emulators/vice/files/patch-sounduss.c @@ -0,0 +1,11 @@ +--- src/sounddrv/sounduss.c.orig Sun May 29 19:05:49 2005 ++++ src/sounddrv/sounduss.c Sat Dec 3 19:09:24 2005 +@@ -30,7 +30,7 @@ + sound driver. For BSDI this uss sound driver should + not be used either. */ + +-#if !defined(__FreeBSD__) && !defined(__bsdi__) ++#if !defined(__bsdi__) + + #include "vice.h" + |