summaryrefslogtreecommitdiff
path: root/sysutils/rsyslog8-devel/files/patch-runtime--queue.c
blob: 698020bfff9a7dda6d4255876c9777b8476eeb9c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- 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);