- 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@
11 lines
305 B
C
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);
|