View | Details | Raw Unified | Return to bug 40839
Collapse All | Expand All

(-)xgalaga/files/patch-ab (-3 / +11 lines)
Lines 1-6 Link Here
1
--- xgal.sndsrv.freebsd.c.orig	Wed Mar 31 11:48:40 1999
1
--- xgal.sndsrv.freebsd.c.orig	Sun Apr 12 08:03:21 1998
2
+++ xgal.sndsrv.freebsd.c	Wed Mar 31 11:48:40 1999
2
+++ xgal.sndsrv.freebsd.c	Sun Jul 21 16:56:44 2002
3
@@ -19,13 +19,17 @@
3
@@ -12,20 +12,24 @@
4
 #include <unistd.h>
5
 #include <fcntl.h>
6
 #include <sys/ioctl.h>
7
-#include <machine/soundcard.h>
8
+#include <sys/soundcard.h>
9
 #include <sys/time.h>
10
 #include <signal.h>
11
 #include <string.h>

Return to bug 40839