iso9660_fs.c: wrong order of initialization.
correct types on get_media_changed_mmc Solaris fixes.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
$Id: image_common.c,v 1.8 2005/02/06 11:13:37 rocky Exp $
|
||||
$Id: image_common.c,v 1.9 2005/02/06 11:32:22 rocky Exp $
|
||||
|
||||
Copyright (C) 2004, 2005 Rocky Bernstein <rocky@panix.com>
|
||||
|
||||
@@ -154,7 +154,7 @@ _get_first_track_num_image(void *p_user_data)
|
||||
We always return DRIVER_OP_UNSUPPORTED.
|
||||
*/
|
||||
int
|
||||
get_media_changed_image(void *p_user_data)
|
||||
get_media_changed_image(const void *p_user_data)
|
||||
{
|
||||
return DRIVER_OP_UNSUPPORTED;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user