summaryrefslogtreecommitdiff
path: root/misc/libcdio/patches/patch-ae
blob: 8a87ad97dd45099ae6da06a0c06d2450e1a8214c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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>