Fix build with GCC 4.x.
PR: 107141
This commit is contained in:
parent
a6c17ea4f7
commit
fefce752db
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=180673
1 changed files with 12 additions and 0 deletions
12
audio/goobox/files/patch-src_cd-drive.c
Normal file
12
audio/goobox/files/patch-src_cd-drive.c
Normal 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
|
Loading…
Reference in a new issue