summaryrefslogtreecommitdiff
path: root/palm
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-08-13 16:51:56 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-08-13 16:51:56 +0000
commitdbde7c6828cc5ea2294c2c4c73ccf4ee579f4d4e (patch)
treebe3e996206341d295e9dde04c54e62825412348d /palm
parentfix some vuxml duplicates, add sympa unauthorized list creation (diff)
- Fix build with gcc-3.4
PR: ports/70417 Submitted by: Sam Lawrance <boris@brooknet.com.au> (maintainer)
Notes
Notes: svn path=/head/; revision=116127
Diffstat (limited to 'palm')
-rw-r--r--palm/synce-librra/files/patch-lib-recurrence_internal.h39
-rw-r--r--palm/synce-rra/files/patch-lib-recurrence_internal.h39
2 files changed, 78 insertions, 0 deletions
diff --git a/palm/synce-librra/files/patch-lib-recurrence_internal.h b/palm/synce-librra/files/patch-lib-recurrence_internal.h
new file mode 100644
index 000000000000..255a43e72181
--- /dev/null
+++ b/palm/synce-librra/files/patch-lib-recurrence_internal.h
@@ -0,0 +1,39 @@
+--- patch-lib-recurrence_internal.h begins here ---
+--- lib/recurrence_internal.h.orig Sat Aug 14 00:15:01 2004
++++ lib/recurrence_internal.h Sat Aug 14 00:17:12 2004
+@@ -52,7 +52,7 @@
+ uint32_t start_minute P; /* 0x3e */
+ uint32_t end_minute P; /* 0x42 */
+ uint8_t padding2[4] P; /* 0x46 */
+-} RecurringWeekly P;
++} P RecurringWeekly;
+
+ /* size = 0x20 */
+ typedef struct
+@@ -68,7 +68,7 @@
+ uint32_t start_minute P; /* 0x3e */
+ uint32_t end_minute P; /* 0x42 */
+ uint8_t padding2[4] P; /* 0x46 */
+-} RecurringMonthly P;
++} P RecurringMonthly;
+
+ /* size = 0x20 */
+ typedef struct
+@@ -86,7 +86,7 @@
+ uint8_t unknown3[0xc] P; /* 0x36 */
+ uint32_t start_minute P; /* 0x42 */
+ uint32_t end_minute P; /* 0x46 */
+-} RecurringMonthNth P;
++} P RecurringMonthNth;
+
+ /* size = 0x68 */
+ typedef struct
+@@ -101,7 +101,7 @@
+ RecurringMonthNth month_nth P;
+ } details P;
+ uint8_t unknown4[0x1e] P; /* 0x4a */
+-} RecurrenceBlob P;
++} P RecurrenceBlob;
+
+ enum
+ {
diff --git a/palm/synce-rra/files/patch-lib-recurrence_internal.h b/palm/synce-rra/files/patch-lib-recurrence_internal.h
new file mode 100644
index 000000000000..255a43e72181
--- /dev/null
+++ b/palm/synce-rra/files/patch-lib-recurrence_internal.h
@@ -0,0 +1,39 @@
+--- patch-lib-recurrence_internal.h begins here ---
+--- lib/recurrence_internal.h.orig Sat Aug 14 00:15:01 2004
++++ lib/recurrence_internal.h Sat Aug 14 00:17:12 2004
+@@ -52,7 +52,7 @@
+ uint32_t start_minute P; /* 0x3e */
+ uint32_t end_minute P; /* 0x42 */
+ uint8_t padding2[4] P; /* 0x46 */
+-} RecurringWeekly P;
++} P RecurringWeekly;
+
+ /* size = 0x20 */
+ typedef struct
+@@ -68,7 +68,7 @@
+ uint32_t start_minute P; /* 0x3e */
+ uint32_t end_minute P; /* 0x42 */
+ uint8_t padding2[4] P; /* 0x46 */
+-} RecurringMonthly P;
++} P RecurringMonthly;
+
+ /* size = 0x20 */
+ typedef struct
+@@ -86,7 +86,7 @@
+ uint8_t unknown3[0xc] P; /* 0x36 */
+ uint32_t start_minute P; /* 0x42 */
+ uint32_t end_minute P; /* 0x46 */
+-} RecurringMonthNth P;
++} P RecurringMonthNth;
+
+ /* size = 0x68 */
+ typedef struct
+@@ -101,7 +101,7 @@
+ RecurringMonthNth month_nth P;
+ } details P;
+ uint8_t unknown4[0x1e] P; /* 0x4a */
+-} RecurrenceBlob P;
++} P RecurrenceBlob;
+
+ enum
+ {