Fix compilation with gcc-4.0

Fixed compilation with gcc-4.0
This commit is contained in:
Takashi Iwai 2005-03-22 18:49:07 +00:00
parent d36e8f20d4
commit 248d0b285c

View file

@ -53,12 +53,13 @@ const char *_snd_module_pcm_dmix = "";
*
*/
static int shm_sum_discard(snd_pcm_direct_t *dmix);
/*
* sum ring buffer shared memory area
*/
static int shm_sum_create_or_connect(snd_pcm_direct_t *dmix)
{
static int shm_sum_discard(snd_pcm_direct_t *dmix);
struct shmid_ds buf;
int tmpid, err;
size_t size;