This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: qmail-1.03: any volunteers?!


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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]