File: fix-32-bit-compile-error.patch

package info (click to toggle)
dovecot 1%3A2.4.2%2Bdfsg1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 59,808 kB
  • sloc: ansic: 824,142; makefile: 8,144; sh: 6,334; cpp: 1,867; python: 1,828; yacc: 412; lex: 320; perl: 281; xml: 232
file content (17 lines) | stat: -rw-r--r-- 719 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Description: fix 32-bit compile failure
Origin: https://github.com/dovecot/pigeonhole/commit/82e3d905d68723f6477619ebb0a642ffe7f126bc.patch
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
Index: dovecot/pigeonhole/src/lib-sieve/plugins/extlists/ext-extlists-settings.h
===================================================================
--- dovecot.orig/pigeonhole/src/lib-sieve/plugins/extlists/ext-extlists-settings.h
+++ dovecot/pigeonhole/src/lib-sieve/plugins/extlists/ext-extlists-settings.h
@@ -12,7 +12,7 @@ struct ext_extlists_list_settings {
 
 	const char *name;
 	/* Maximum size of lookup value */
-	size_t max_lookup_size;
+	uoff_t max_lookup_size;
 
 	struct {
 		const char *name;