pkgsrc/mail/evolution-data-server/patches/patch-ah
2004-11-18 14:20:26 +00:00

14 lines
459 B
Text
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

$NetBSD: patch-ah,v 1.1 2004/11/18 14:20:26 sketch Exp $
--- ./calendar/backends/file/e-cal-backend-file-events.c.orig 2003-11-03 18:24:02.000000000 +0000
+++ ./calendar/backends/file/e-cal-backend-file-events.c 2004-11-18 07:42:17.178309000 +0000
@@ -30,6 +30,9 @@
/* Private part of the CalBackendFileEvents structure */
struct _ECalBackendFileEventsPrivate {
+#if defined(__SUNPRO_C)
+ unsigned char a_variable_to_avoid_empty_struct;
+#endif
};