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, 0 insertions, 13 deletions
diff --git a/misc/libcdio/patches/patch-ae b/misc/libcdio/patches/patch-ae
deleted file mode 100644
index 8a87ad97dd4..00000000000
--- a/misc/libcdio/patches/patch-ae
+++ /dev/null
@@ -1,13 +0,0 @@
-$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>