diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2002-10-24 03:19:35 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2002-10-24 03:19:35 +0000 |
commit | df12c3eed09303b6513fa2edf8ff45e6befaafe8 (patch) | |
tree | 39320407805cee17a33244b3840e2a85c3b5195f /emulators/darcnes/files/patch-aa | |
parent | 609c07c0ac41023f8bf2f9dafa02050f45ab9be0 (diff) | |
download | ports-df12c3eed09303b6513fa2edf8ff45e6befaafe8.tar.gz ports-df12c3eed09303b6513fa2edf8ff45e6befaafe8.zip |
Notes
Diffstat (limited to 'emulators/darcnes/files/patch-aa')
-rw-r--r-- | emulators/darcnes/files/patch-aa | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/emulators/darcnes/files/patch-aa b/emulators/darcnes/files/patch-aa new file mode 100644 index 000000000000..18290f5fc77c --- /dev/null +++ b/emulators/darcnes/files/patch-aa @@ -0,0 +1,11 @@ +--- snd_unix.c.orig Wed Oct 23 20:11:53 2002 ++++ snd_unix.c Wed Oct 23 20:12:07 2002 +@@ -23,7 +23,7 @@ + #endif + + #ifdef SYSTEM_FREEBSD +-#include <machine/soundcard.h> ++#include <sys/soundcard.h> + #define SOUND_DEVICE "/dev/dsp" + #endif + |