delorie.com/archives/browse.cgi | search |
Mailing-List: | contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm |
List-Subscribe: | <mailto:cygwin-subscribe AT sources DOT redhat DOT com> |
List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
List-Post: | <mailto:cygwin AT sources DOT redhat DOT com> |
List-Help: | <mailto:cygwin-help AT sources DOT redhat DOT com>, <http://sources.redhat.com/ml/#faqs> |
Sender: | cygwin-owner AT sources DOT redhat DOT com |
Delivered-To: | mailing list cygwin AT sources DOT redhat DOT com |
Message-ID: | <3BB488F9.7B346FA6@wapme-systems.de> |
Date: | Fri, 28 Sep 2001 16:28:09 +0200 |
From: | Stipe Tolj <tolj AT wapme-systems DOT de> |
Organization: | Wapme Systems AG |
X-Mailer: | Mozilla 4.7 [de]C-CCK-MCD QXW0322b (WinNT; I) |
X-Accept-Language: | de,en |
MIME-Version: | 1.0 |
To: | cygwin AT cygwin DOT com, Gerrit Haase <gerrit DOT haase AT convey DOT de> |
Subject: | Re: qmail-1.03: any volunteers?! |
References: | <3BB46C13 DOT 10754 DOT 3EBF0DB AT localhost> |
> #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/
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |