freebsd-ports/games/xscavenger/files/patch-sound.c
Eivind Eklund 1dc9689310 Update from 1.3.5 to 1.4.2. This features:
* Graphics updates
* New sound system
* Server system removal
* Slowdown mode
... and probably some stuff I have forgotten.
2001-05-22 19:58:57 +00:00

11 lines
283 B
C

--- sound.c.orig Tue May 22 17:45:42 2001
+++ sound.c Tue May 22 17:45:53 2001
@@ -5,7 +5,7 @@
#include <unistd.h>
#include <fcntl.h>
#include <sys/ioctl.h>
-#include <linux/soundcard.h>
+#include <sys/soundcard.h>
#include <sys/time.h>
#include <signal.h>
#include <string.h>