summaryrefslogtreecommitdiff
path: root/sysutils/rsyslog8-devel/files/patch-runtime--stream.h
blob: 4427e6a1d70580de00ef92c56e07a8b961532eed (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- runtime/stream.h.ori	2013-05-24 20:21:51.000000000 -0600
+++ runtime/stream.h	2013-05-24 20:21:11.000000000 -0600
@@ -207,6 +207,6 @@
 
 /* prototypes */
 PROTOTYPEObjClassInit(strm);
-rsRetVal strmMultiFileSeek(strm_t *pThis, int fileNum, off64_t offs, off64_t *bytesDel);
+rsRetVal strmMultiFileSeek(strm_t *pThis, int fileNum, off_t offs, off_t *bytesDel);
 
 #endif /* #ifndef STREAM_H_INCLUDED */