Cross Reference: fix-stat64.patch
xref
: /
solaris-userland
/
components
/
pv
/
patches
/
fix-stat64.patch
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
3900
N/A
The test to detect stat64 in the configure script for pv version 1.5.7
3900
N/A
is incorrect. Googling around found the following patch at:
3900
N/A
3900
N/A
http://www.ivarch.com/programs/pv.shtml
3900
N/A
3900
N/A
This is the home page for pv, so they are already aware of the problem.
3900
N/A
3900
N/A
---
pv-1.5.7/autoconf/header.in.orig
2015-03-03 14:45:21.433192939 -0800
3900
N/A
+++
pv-1.5.7/autoconf/header.in
2015-03-03 14:46:02.429291023 -0800
3900
N/A
@@ -70,6 +70,7 @@
3900
N/A
# define stat64 stat
3900
N/A
# define fstat64 fstat
3900
N/A
# endif
3900
N/A
+# elif defined(__sun) && defined(__SVR4)
3900
N/A
# else
3900
N/A
# define stat64 stat
3900
N/A
# define fstat64 fstat