diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2002-06-07 00:12:42 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2002-06-07 00:12:42 +0000 |
commit | 467e874a696e2590b2a825d4f9727e3c1ef7f97b (patch) | |
tree | 2f057096eb35f3ccc5dcdea7f0bb56442b557c04 /games/miscom | |
parent | c4059919e6f422b14c50bd80c1cc310b89dad1b2 (diff) |
machine/soundcard.h -> sys/soundcard.h
PR: 38895
Submitted by: Trish Lynch <trish@bsdunix.net>
Notes
Notes:
svn path=/head/; revision=60736
Diffstat (limited to 'games/miscom')
-rw-r--r-- | games/miscom/files/patch-af | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/games/miscom/files/patch-af b/games/miscom/files/patch-af deleted file mode 100644 index f1ae4754a594..000000000000 --- a/games/miscom/files/patch-af +++ /dev/null @@ -1,14 +0,0 @@ ---- sound.c Sat Mar 15 17:17:45 1997 -+++ /home/andy/tmp/wrk/sound.c Thu Aug 6 17:03:30 1998 -@@ -4,7 +4,11 @@ - #include <stdlib.h> - #include <fcntl.h> - #include <unistd.h> -+#ifdef __FreeBSD__ -+#include <machine/soundcard.h> -+#else - #include <sys/soundcard.h> -+#endif - #include "sound.h" - - int sound=1; |