diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2002-07-21 17:14:52 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2002-07-21 17:14:52 +0000 |
commit | 16806d782be7f0b58a842dd80b55df4972e0adfe (patch) | |
tree | 629744a3ad5802180a6a0a1694ed660dca48a94d | |
parent | Fix build on -CURRENT. (diff) |
machine/soundcard.h -> sys/soundcard.h; fixes build on -CURRENT
PR: 40839
Submitted by: Jan Stocker <Jan.Stocker@t-online.de>
Notes
Notes:
svn path=/head/; revision=63320
-rw-r--r-- | games/xgalaga/files/patch-ab | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/games/xgalaga/files/patch-ab b/games/xgalaga/files/patch-ab index 0e1d1ce58e95..49e7dcdf1cef 100644 --- a/games/xgalaga/files/patch-ab +++ b/games/xgalaga/files/patch-ab @@ -1,6 +1,14 @@ ---- xgal.sndsrv.freebsd.c.orig Wed Mar 31 11:48:40 1999 -+++ xgal.sndsrv.freebsd.c Wed Mar 31 11:48:40 1999 -@@ -19,13 +19,17 @@ +--- xgal.sndsrv.freebsd.c.orig Sun Apr 12 08:03:21 1998 ++++ xgal.sndsrv.freebsd.c Sun Jul 21 19:10:18 2002 +@@ -12,20 +12,24 @@ + #include <unistd.h> + #include <fcntl.h> + #include <sys/ioctl.h> +-#include <machine/soundcard.h> ++#include <sys/soundcard.h> + #include <sys/time.h> + #include <signal.h> + #include <string.h> |