------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. http://bugs.kde.org/show_bug.cgi?id=65232 ------- Additional Comments From tk@Genetik.Uni-Bielefeld.DE 2003-09-30 14:09 ------- Created an attachment (id=2648) --> (http://bugs.kde.org/attachment.cgi?id=2648&action=view) patch for kdepim/kmail/kmmsgbase.cpp According to swab(2) (if you neglect the obvious mistake in there ;-) there are two variants of the swab() function: SYNOPSIS Default #include void swab(const void *src, char *dest, ssize_t nbytes); XPG4, SUS, SUSv2 #include void swab(const void *src, void *dest, ssize_t nbytes); The latter one is only available when _XOPEN_SOURCE is #defined and if _XOPEN_VERSION - 0 >= 4. Since I'm not sure about the implications of defining these symbols, the attached patch introduces an appropriate cast for the first one (which takes "char *" as arguments). _______________________________________________ KMail Developers mailing list kmail@mail.kde.org http://mail.kde.org/mailman/listinfo/kmail