blob: f9aaece39e33a2d1ff292a55d23efde01fe3f4ac (
plain) (
blame)
| 1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
 | --- runtime/libgcry.c.ori	2013-05-24 20:24:27.000000000 -0600
+++ runtime/libgcry.c	2013-05-24 20:24:52.000000000 -0600
@@ -171,7 +171,7 @@
  * no matter what happens.
  */
 static void
-eiClose(gcryfile gf, off64_t offsLogfile)
+eiClose(gcryfile gf, off_t offsLogfile)
 {
 	char offs[21];
 	size_t len;
@@ -213,7 +213,7 @@
 }
 
 int
-gcryfileDestruct(gcryfile gf, off64_t offsLogfile)
+gcryfileDestruct(gcryfile gf, off_t offsLogfile)
 {
 	int r = 0;
 	if(gf == NULL)
 |