diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-08-13 16:51:56 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-08-13 16:51:56 +0000 |
commit | dbde7c6828cc5ea2294c2c4c73ccf4ee579f4d4e (patch) | |
tree | be3e996206341d295e9dde04c54e62825412348d /palm/synce-rra | |
parent | ea84ffa8c6dc8b17e1c9a8a6c60898be20080a35 (diff) | |
download | ports-dbde7c6828cc5ea2294c2c4c73ccf4ee579f4d4e.tar.gz ports-dbde7c6828cc5ea2294c2c4c73ccf4ee579f4d4e.zip |
- 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/synce-rra')
-rw-r--r-- | palm/synce-rra/files/patch-lib-recurrence_internal.h | 39 |
1 files changed, 39 insertions, 0 deletions
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 + { |