[BACK]Return to patch-Alc_oss_c CVS log [TXT][DIR] Up to [local] / ports / audio / openal-soft / patches

Annotation of ports/audio/openal-soft/patches/patch-Alc_oss_c, Revision 1.1

1.1     ! yason       1: $OpenBSD$
        !             2: --- Alc/oss.c.orig     Sat Oct  3 11:33:20 2009
        !             3: +++ Alc/oss.c  Sat Oct  3 11:32:26 2009
        !             4: @@ -34,7 +34,7 @@
        !             5:  #include "AL/al.h"
        !             6:  #include "AL/alc.h"
        !             7:
        !             8: -#include <sys/soundcard.h>
        !             9: +#include <soundcard.h>
        !            10:
        !            11:  /*
        !            12:   * The OSS documentation talks about SOUND_MIXER_READ, but the header

CVSweb