- 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
290 B
C
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);
|