aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/pv/files/patch-autoconf-header.in
blob: c5713a960db2a5cded3f4e0bedc528ffc2465c27 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- autoconf/header.in.orig 2014-09-03 07:03:23.000000000 +0200
+++ autoconf/header.in  2014-09-03 07:04:24.000000000 +0200
@@ -69,10 +69,12 @@
 #  ifndef HAVE_STAT64
 #   define stat64 stat
 #   define fstat64 fstat
+#   define lstat64 lstat
 #  endif
 # else
 #  define stat64 stat
 #  define fstat64 fstat
+#  define lstat64 lstat
 # endif
 # define open64 open
 # define lseek64 lseek