summaryrefslogtreecommitdiff
path: root/sysutils/syslog-ng33/files/patch-lib-ivykis-lib-include-iv_tls.h
blob: bd918cf440d1292db29565871da3f1397d5373c1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- 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 *);