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

10 lines
406 B
C

--- 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 */