ports/palm/syncal/files/patch-bb
Lars Koeller 67ad45f0c3 o) Fix perl usage. Use sed_reinplace instead
o) Upgrade to version 0.8.7
o) Fix compile problems with pilot-link-0.11.X
2003-01-20 20:56:45 +00:00

24 lines
534 B
Text

*** syncal.h.org Mon Jan 20 21:44:20 2003
--- syncal.h Mon Jan 20 21:34:53 2003
***************
*** 20,25 ****
--- 20,29 ----
#define DEFAULT_ALARM (0)
+ #ifndef PI_AF_SLP
+ #define PI_AF_SLP 0x0051
+ #endif
+
/*
* These are the calendar file suffixes which indicate
* an ical dominant file and a Pilot dominant file respectively.
***************
*** 232,237 ****
*str_ndup( char *, int),
*str_bytestuff( char *, char *, char),
*str_byteunstuff( char *, char);
-
-
-
--- 236,238 ----