$NetBSD: patch-ak,v 1.2 2006/06/20 19:08:13 joerg Exp $

--- libk3b/projects/datacd/k3bfileitem.h.orig	2005-12-16 02:09:02.000000000 +1300
+++ libk3b/projects/datacd/k3bfileitem.h
@@ -24,6 +24,10 @@
 #include <qstring.h>
 
 #include <sys/stat.h>
+#if defined(__NetBSD__) || defined(__DragonFly__)
+#define stat64 stat
+#define lstat64 lstat
+#endif
 
 
 class K3bDataDoc;
