diff options
Diffstat (limited to 'games/kxl/files/patch-aa')
-rw-r--r-- | games/kxl/files/patch-aa | 24 |
1 files changed, 11 insertions, 13 deletions
diff --git a/games/kxl/files/patch-aa b/games/kxl/files/patch-aa index e960d7637e1f..046035d8c6b9 100644 --- a/games/kxl/files/patch-aa +++ b/games/kxl/files/patch-aa @@ -1,16 +1,14 @@ ---- src/KXLsound.c.orig Wed Feb 20 21:42:17 2002 -+++ src/KXLsound.c Wed Feb 20 21:44:49 2002 -@@ -3,7 +3,9 @@ +--- src/KXLsound.c.orig Fri Jan 17 01:29:09 2003 ++++ src/KXLsound.c Wed Oct 5 12:13:08 2005 +@@ -3,7 +3,6 @@ #include <fcntl.h> - #include <sys/time.h> #include <sys/ioctl.h> -+#ifndef __FreeBSD__ - #include <linux/soundcard.h> -+#endif + #include <sys/time.h> +-#include <linux/soundcard.h> #include "KXL.h" #define MIN(a, b) (((a) < (b)) ? (a) : (b)) -@@ -45,6 +47,7 @@ +@@ -45,6 +44,7 @@ //============================================================== void KXL_SoundServer(void) { @@ -18,7 +16,7 @@ Uint16 i; KXL_SoundControl Command; fd_set sound_fdset; -@@ -163,6 +166,7 @@ +@@ -163,6 +163,7 @@ } } } @@ -26,7 +24,7 @@ } //============================================================== -@@ -238,6 +242,7 @@ +@@ -239,6 +240,7 @@ //============================================================== void KXL_InitSound(Uint8 *path, Uint8 **fname) { @@ -34,7 +32,7 @@ KXL_SoundOk = False; KXL_LoadSoundData(path, fname); -@@ -265,6 +270,7 @@ +@@ -266,6 +268,7 @@ close(KXL_SoundData.Pipe[0]); KXL_SoundOk = True; } @@ -42,7 +40,7 @@ } //============================================================== -@@ -272,6 +278,7 @@ +@@ -273,6 +276,7 @@ //============================================================== void KXL_EndSound(void) { @@ -50,7 +48,7 @@ while (KXL_SoundData.ListCnt) KXL_Free(KXL_wavelist[-- KXL_SoundData.ListCnt].Data); KXL_Free(KXL_wavelist); -@@ -281,5 +288,6 @@ +@@ -282,5 +286,6 @@ KXL_PlaySound(0, KXL_SOUND_STOP_ALL); kill(KXL_SoundData.ID, SIGTERM); } |