Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Nov 2006 10:56:47 +0900
From:      HIROSHI OOTA <hiroshi.oota@necel.com>
To:        courier-users@lists.sourceforge.net, ports@freebsd.org
Subject:   Re: [courier-users] Problem imapd.core in my Maildir directory.
Message-ID:  <cwk61ptvds.wl%hiroshi.oota@necel.com>
In-Reply-To: <20061120130547.28tk63z688cg4w4k@correo.conejoblanco.info>
References:  <200608101401.10726.clacroix@cegep-ste-foy.qc.ca> <200611151046.57877.courier-users@dino.sk> <cwhcx1uf17.wl%hiroshi.oota@necel.com> <200611151612.45225.courier-users@dino.sk> <20061120130547.28tk63z688cg4w4k@correo.conejoblanco.info>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?cwk61ptvds.wl%hiroshi.oota>