$NetBSD: patch-ag,v 1.1.1.1 2004/05/10 13:47:08 wiz Exp $ diff -rcp import/iodump.c import/iodump.c *** import/iodump.c Wed Apr 2 19:03:05 2003 --- import/iodump.c Mon Jun 9 17:47:23 2003 *************** *** 37,43 **** #include "dvd_reader.h" #endif ! #if defined(__bsdi__) || defined(__FreeBSD__) || defined(__APPLE__) typedef off_t off64_t; #define lseek64 lseek #endif --- 37,43 ---- #include "dvd_reader.h" #endif ! #if defined(__bsdi__) || defined(__FreeBSD__) || defined(__APPLE__) || defined(__NetBSD__) typedef off_t off64_t; #define lseek64 lseek #endif