1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/games/xnibbles/files/patch-ab
Steve Price a17a1365ec A simple X11 snake game.
PR:		5905
Submitted by:	Andrey Zakhvatov <andy@icc.surw.chel.su>
1998-03-15 20:38:42 +00:00

15 lines
325 B
Plaintext

--- sound.c Sun Feb 22 22:52:08 1998
+++ /home/andy/tmp/wrk/sound.c Mon Mar 2 23:25:48 1998
@@ -24,7 +24,11 @@
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
+#ifdef __FreeBSD__
+#include <machine/soundcard.h>
+#else
#include <linux/soundcard.h>
+#endif
#include <sys/ioctl.h>
#include <sys/wait.h>