pkgsrc/sysutils/vcdimager-devel/patches/patch-ab
tron 8d68d3dbcb Fix build problem caused by inconsistent function declaration which got
exposed by the recent update of the "libcdio" package.
2004-10-07 10:02:09 +00:00

13 lines
358 B
Text

$NetBSD: patch-ab,v 1.3 2004/10/07 10:02:09 tron Exp $
--- lib/image.c.orig 2003-11-10 12:57:49.000000000 +0100
+++ lib/image.c 2004-10-07 11:57:38.000000000 +0200
@@ -76,7 +76,7 @@
}
int
-vcd_image_sink_write (VcdImageSink *obj, void *buf, uint32_t lsn)
+vcd_image_sink_write (VcdImageSink *obj, void *buf, lsn_t lsn)
{
vcd_assert (obj != NULL);