freebsd-ports/sysutils/rsyslog7-devel/files/patch-runtime--libgcry.c
Brad Davis 85f125eeec - Update sysutils/rsyslog7 to 7.2.7
- Partially based on work in [1]
	- Convert to PORTDOCS= and PORTEXAMPLES=
	- Pet portlint
- Add sysutils/rsyslog7-devel at version 7.3.15

PR:		176601 [1]
Submitted by:	Cristiano Rolim Pereira <cristianorolim at outlook.com> [1]
Reviewed by:	koobs@, jgh@
2013-05-25 20:01:57 +00:00

20 lines
469 B
C

--- 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)