summaryrefslogtreecommitdiff
path: root/misc/libcdio/patches/patch-af
diff options
context:
space:
mode:
Diffstat (limited to 'misc/libcdio/patches/patch-af')
-rw-r--r--misc/libcdio/patches/patch-af13
1 files changed, 13 insertions, 0 deletions
diff --git a/misc/libcdio/patches/patch-af b/misc/libcdio/patches/patch-af
new file mode 100644
index 00000000000..ac7a259deb6
--- /dev/null
+++ b/misc/libcdio/patches/patch-af
@@ -0,0 +1,13 @@
+$NetBSD: patch-af,v 1.1 2008/10/30 09:04:20 is Exp $
+
+--- src/cddb.c.orig 2007-06-16 22:12:16.000000000 +0200
++++ src/cddb.c
+@@ -48,7 +48,7 @@ cddb_dec_digit_sum(int n)
+ the total length of the disk, and
+ the number of tracks.
+ */
+-u_int32_t
++uint32_t
+ cddb_discid(CdIo_t *p_cdio, track_t i_tracks)
+ {
+ int i,t,n=0;