freebsd-ports/sysutils/rsyslog7-devel/files/patch-runtime--queue.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

11 lines
290 B
C

--- runtime/queue.c.ori 2013-05-24 20:22:54.000000000 -0600
+++ runtime/queue.c 2013-05-24 20:23:07.000000000 -0600
@@ -1449,7 +1449,7 @@
DoDeleteBatchFromQStore(qqueue_t *pThis, int nElem)
{
int i;
- off64_t bytesDel;
+ off_t bytesDel;
DEFiRet;
ISOBJ_TYPE_assert(pThis, qqueue);