diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2002-09-05 02:35:41 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2002-09-05 02:35:41 +0000 |
commit | 87310e775d617ea4af66cd2cce6348c4757bc765 (patch) | |
tree | cba2344aa62a8e54a8dc3938d482b19bd181ec75 /audio/cmp3 | |
parent | Fix build on -current by including required headers and not trying to (diff) |
Remove old bogus patch about <machine/soundcard.h>
Notes
Notes:
svn path=/head/; revision=65635
Diffstat (limited to 'audio/cmp3')
-rw-r--r-- | audio/cmp3/files/patch-ad | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/audio/cmp3/files/patch-ad b/audio/cmp3/files/patch-ad deleted file mode 100644 index 7f5a6b83d844..000000000000 --- a/audio/cmp3/files/patch-ad +++ /dev/null @@ -1,15 +0,0 @@ ---- cmp3volume.c.orig Tue Mar 7 14:26:13 2000 -+++ cmp3volume.c Tue Mar 7 14:26:22 2000 -@@ -3,7 +3,7 @@ - */ - - #include "cmp3funcs.h" --#include<sys/soundcard.h> -+#include <machine/soundcard.h> - - static int mixernum, /* ID number for the mixer */ - vol; /* Current volume level */ -@@ -89,4 +89,4 @@ - return; - } - |