This is the mail archive of the
cygwin@cygwin.com
mailing list for the Cygwin project.
Re: qmail-1.03: any volunteers?!
- To: "Stipe Tolj" <tolj at wapme-systems dot de>,<cygwin at cygwin dot com>,"Gerrit Haase" <gerrit dot haase at convey dot de>
- Subject: Re: qmail-1.03: any volunteers?!
- From: "Robert Collins" <robert dot collins at itdomain dot com dot au>
- Date: Sat, 29 Sep 2001 04:23:12 +1000
- References: <3BB46C13.10754.3EBF0DB@localhost> <3BB488F9.7B346FA6@wapme-systems.de>
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" <tolj@wapme-systems.de>
To: <cygwin@cygwin.com>; "Gerrit Haase" <gerrit.haase@convey.de>
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@wapme-systems.de
> -------------------------------------------------------------------
> Wapme Systems AG
>
> Münsterstr. 248
> 40470 Düsseldorf
>
> Tel: +49-211-74845-0
> Fax: +49-211-74845-299
>
> E-Mail: info@wapme-systems.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/