summaryrefslogtreecommitdiff
path: root/misc/libcdio/patches/patch-ae
diff options
context:
space:
mode:
Diffstat (limited to 'misc/libcdio/patches/patch-ae')
-rw-r--r--misc/libcdio/patches/patch-ae13
1 files changed, 13 insertions, 0 deletions
diff --git a/misc/libcdio/patches/patch-ae b/misc/libcdio/patches/patch-ae
new file mode 100644
index 00000000000..8a87ad97dd4
--- /dev/null
+++ b/misc/libcdio/patches/patch-ae
@@ -0,0 +1,13 @@
+$NetBSD: patch-ae,v 1.1 2008/10/30 09:04:20 is Exp $
+
+--- src/cddb.h.orig 2007-06-16 22:12:16.000000000 +0200
++++ src/cddb.h
+@@ -38,7 +38,7 @@ cddb_opts_t cddb_opts;
+ the total length of the disk, and
+ the number of tracks.
+ */
+-u_int32_t cddb_discid(CdIo_t *p_cdio, track_t i_tracks);
++uint32_t cddb_discid(CdIo_t *p_cdio, track_t i_tracks);
+
+ #ifdef HAVE_CDDB
+ #include <cddb/cddb.h>