freebsd-ports/sysutils/rsyslog8/files/patch-runtime--lmcry_gcry.c
Brad Davis d710957b5a - Update rsyslog8-devel from 8.1.6 to 8.3.2
- Add rsyslog8 at version 8.2.1

Reviewed by:	zi@
2014-05-16 12:54:17 +00:00

11 lines
305 B
C

--- runtime/lmcry_gcry.c.ori 2013-05-24 20:25:10.000000000 -0600
+++ runtime/lmcry_gcry.c 2013-05-24 20:25:25.000000000 -0600
@@ -216,7 +216,7 @@
}
static rsRetVal
-OnFileClose(void *pF, off64_t offsLogfile)
+OnFileClose(void *pF, off_t offsLogfile)
{
DEFiRet;
gcryfileDestruct(pF, offsLogfile);