diff options
author | Steve Price <steve@FreeBSD.org> | 1998-07-20 03:56:55 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1998-07-20 03:56:55 +0000 |
commit | 141b6a8454efaae290eafa0328d185e784866e9d (patch) | |
tree | ddf9c92750da343622dd98d94c2128876ef50cba /audio/wmmixer/files | |
parent | 35dec05b98ed1e1d47a71dac62d2e1c3fdf086f4 (diff) |
Notes
Diffstat (limited to 'audio/wmmixer/files')
-rw-r--r-- | audio/wmmixer/files/patch-aa | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/audio/wmmixer/files/patch-aa b/audio/wmmixer/files/patch-aa new file mode 100644 index 000000000000..1e4a58ca77f8 --- /dev/null +++ b/audio/wmmixer/files/patch-aa @@ -0,0 +1,10 @@ +--- mixctl.h.orig Sat Jul 11 21:10:33 1998 ++++ mixctl.h Sat Jul 11 21:10:49 1998 +@@ -15,7 +15,6 @@ + #include <sys/stat.h> + #include <fcntl.h> + #include <unistd.h> +-#include <malloc.h> + #ifdef __NetBSD__ + #include <soundcard.h> + #endif |