ports/sysutils/syslog-ng/files/patch-lib-ivykis-lib-include-iv_tls.h
Cy Schubert 60c6047b8a Resolve a FreeBSD 7 compile issue.
Supplied by:	Peter Czanik <czanik@balabit.hu>
2012-09-11 14:05:31 +00:00

11 lines
283 B
C

--- lib/ivykis/lib/include/iv_tls.h.old
+++ lib/ivykis/lib/include/iv_tls.h
@@ -33,7 +33,7 @@ struct iv_tls_user {
void (*deinit_thread)(void *st);
struct iv_list_head list;
- off_t state_offset;
+ int state_offset;
};
void iv_tls_user_register(struct iv_tls_user *);