This is a discussion on Re: [courier-users] Problem imapd.core in my Maildir directory. within the Courier-Imap forums, part of the Mail Servers and Related category; Hi, At Mon, 20 Nov 2006 13:05:47 -0600, Edwin L. Culp W. wrote: ;; What else is being used? ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hi,
At Mon, 20 Nov 2006 13:05:47 -0600, Edwin L. Culp W. wrote: ;; What else is being used? I'm also thinking that maybe this should ;; probably be on the ports@freebsd.org rather than courier-users unless ;; other os's have the gamin/fam conflicts. The code in gamin to which we are paying attention is the following. libgamin/gam_api.c |#if defined(HAVE_CMSGCRED) && (!defined(LOCAL_CREDS) || defined(__FreeBSD__)) | written = sendmsg(fd, &msg, 0); |#else | written = write(fd, &data[0], 1); |#endif There is a possibility to generate this collision even if it is not FreeBSD. I think that any application (including courier) should not define the functions which have same name as the system calls. -- HIROSHI OOTA ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?p...rge&CID=DEVDEV _______________________________________________ courier-users mailing list courier-users@lists.sourceforge.net Unsubscribe: https://lists.sourceforge.net/lists/.../courier-users |