Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com Message-ID: <004401c1484a$a2e7e210$01000001@lifelesswks> From: "Robert Collins" To: "Stipe Tolj" , , "Gerrit Haase" References: <3BB46C13 DOT 10754 DOT 3EBF0DB AT localhost> <3BB488F9 DOT 7B346FA6 AT wapme-systems DOT de> Subject: Re: qmail-1.03: any volunteers?! Date: Sat, 29 Sep 2001 04:23:12 +1000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 X-OriginalArrivalTime: 28 Sep 2001 18:30:37.0921 (UTC) FILETIME=[AB720D10:01C1484B] fifos are not currently available with cygwin. See the archives of this list, cygwin-apps and cygwin-developers for more info. Rob ----- Original Message ----- From: "Stipe Tolj" To: ; "Gerrit Haase" Sent: Saturday, September 29, 2001 12:28 AM Subject: Re: qmail-1.03: any volunteers?! > > #ifdef HASMKFIFO > > int fifo_make(fn,mode) char *fn; int mode; { return mkfifo(fn,mode); } > > +#elif __CYGWIN__ > > +int fifo_make(fn,mode) char *fn; int mode; { return mode; } > > #else > > int fifo_make(fn,mode) char *fn; int mode; { return mknod(fn,S_IFIFO | mode,0); } > > #endif > > > > You've changed it that way, is that sufficient? > > I consider not -- now as you ask. But I suppose it was one of the > "first shot" aspects to get everything to compile and build and see > what limitations are still threre. > > Have you cecked for what the return value of int fifo_make() is used > and it the change would have any impact? > > Stipe > > tolj AT wapme-systems DOT de > ------------------------------------------------------------------- > Wapme Systems AG > > Münsterstr. 248 > 40470 Düsseldorf > > Tel: +49-211-74845-0 > Fax: +49-211-74845-299 > > E-Mail: info AT wapme-systems DOT de > Internet: http://www.wapme-systems.de > ------------------------------------------------------------------- > wapme.net - wherever you are > > -- > Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple > Bug reporting: http://cygwin.com/bugs.html > Documentation: http://cygwin.com/docs.html > FAQ: http://cygwin.com/faq/ > > -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/