blob: b98c3c2bd3e1e562906203a4bd16617d9b6c1956 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
$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
|