diff options
Diffstat (limited to 'games/xnibbles/files/patch-ab')
-rw-r--r-- | games/xnibbles/files/patch-ab | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/games/xnibbles/files/patch-ab b/games/xnibbles/files/patch-ab deleted file mode 100644 index b6a12fd8dc18..000000000000 --- a/games/xnibbles/files/patch-ab +++ /dev/null @@ -1,14 +0,0 @@ ---- 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> - |