Index: alsa-driver/configure.in =================================================================== RCS file: /suse/tiwai/cvs/alsa/alsa-driver/configure.in,v retrieving revision 1.184 diff -u -r1.184 configure.in --- alsa-driver/configure.in 15 Jul 2004 15:04:36 -0000 1.184 +++ alsa-driver/configure.in 16 Jul 2004 10:27:35 -0000 @@ -1306,8 +1306,10 @@ #include "$CONFIG_SND_KERNELDIR/include/linux/config.h" #include "$CONFIG_SND_KERNELDIR/include/linux/mm.h" ],[ - void * (*func)(struct vm_area_struct *, unsigned long, unsigned long, unsigned long, pgprot_t); + int (*func)(struct vm_area_struct *, unsigned long, unsigned long, unsigned long, pgprot_t); + pgprot_t p; func = remap_page_range; + remap_page_range(NULL, 0, 0, 0, p); ], AC_MSG_RESULT("yes");new_remap="0", AC_MSG_RESULT("no");new_remap="1",