Fix build with GCC 4.x.

PR:		107141
This commit is contained in:
Joe Marcus Clarke 2006-12-24 22:48:04 +00:00
parent a6c17ea4f7
commit fefce752db
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=180673

View File

@ -0,0 +1,12 @@
--- src/cd-drive.c.orig Sun Dec 24 22:45:32 2006
+++ src/cd-drive.c Sun Dec 24 22:45:12 2006
@@ -82,6 +82,9 @@ struct CDDrivePriv {
char *udi;
};
+static int get_device_max_read_speed (char *device);
+static int get_device_max_write_speed (char *device);
+
static CDDrive *cd_drive_new (void);
/* Utility functions, be careful to have a match with what's use in the