fix various warnings

See also ALSA bug#1689
This commit is contained in:
Jaroslav Kysela 2006-10-06 13:18:34 +02:00
parent 8c9e4114a2
commit 57eb3145b8
5 changed files with 10 additions and 8 deletions

View file

@ -130,7 +130,7 @@ int snd_shm_area_destroy(struct snd_shm_area *area);
int snd_user_file(const char *file, char **result);
#ifndef _POSIC_C_SOURCE
#ifndef _POSIX_C_SOURCE
struct timeval {
time_t tv_sec; /* seconds */
long tv_usec; /* microseconds */