Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / emulators / fuse / patches / patch-aa
blob2b7167a7f95c760a8a565fe6fa3a25446ad2c779
1 $NetBSD$
3 --- sound/osssound.c.orig       2007-12-21 17:43:10.000000000 +0100
4 +++ sound/osssound.c
5 @@ -52,7 +52,7 @@ int sound_lowlevel_init(const char *devi
6  int frag,tmp,flags;
7  
8  /* select a default device if we weren't explicitly given one */
9 -if(device==NULL) device = "/dev/dsp";
10 +if(device==NULL) device = DEVOSSAUDIO;
12  /* Open the sound device non-blocking to avoid hangs if it is being
13   * used by something else, but then set it blocking again as that's what