summaryrefslogtreecommitdiff
path: root/multimedia/transcode/patches/patch-al
blob: 926f66304db270eede4321c585a4a2f0ce02cc2b (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-al,v 1.1.1.1 2004/05/10 13:47:08 wiz Exp $

diff -rcp src/iodir.c src/iodir.c
*** src/iodir.c	Sun Mar  9 00:42:49 2003
--- src/iodir.c	Mon Jun  9 17:45:31 2003
***************
*** 25,31 ****
  #include <dirent.h>
  #include "ioaux.h"
  
! #if defined(__bsdi__) || defined(__FreeBSD__)
  typedef	off_t off64_t;
  #define	lseek64 lseek
  #endif
--- 25,31 ----
  #include <dirent.h>
  #include "ioaux.h"
  
! #if defined(__bsdi__) || defined(__FreeBSD__) || defined(__NetBSD__)
  typedef	off_t off64_t;
  #define	lseek64 lseek
  #endif