diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2008-07-17 18:52:40 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2008-07-17 18:52:40 +0000 |
commit | bd932eab0fd89e24c2e3d327aa84f1b2dfcafe75 (patch) | |
tree | 46f47679e8e1459999d646db9db38f5fe68245fa /audio/esound/files/patch-audio_oss.c | |
parent | - Update to 1.0.0RC1 (diff) |
Update to 0.2.39.
Diffstat (limited to 'audio/esound/files/patch-audio_oss.c')
-rw-r--r-- | audio/esound/files/patch-audio_oss.c | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/audio/esound/files/patch-audio_oss.c b/audio/esound/files/patch-audio_oss.c index 9d540c88e219..a5d30b0dddb2 100644 --- a/audio/esound/files/patch-audio_oss.c +++ b/audio/esound/files/patch-audio_oss.c @@ -1,6 +1,12 @@ ---- audio_oss.c.orig Tue Jun 4 08:55:37 2002 -+++ audio_oss.c Sun Jun 9 01:55:21 2002 -@@ -10,9 +10,14 @@ +--- audio_oss.c.orig 2008-07-15 12:00:03.000000000 -0400 ++++ audio_oss.c 2008-07-17 13:56:25.000000000 -0400 +@@ -1,4 +1,5 @@ + #include "config.h" ++#include <errno.h> + + #ifdef HAVE_MACHINE_SOUNDCARD_H + # include <machine/soundcard.h> +@@ -10,9 +11,14 @@ # endif #endif |