New patch available.

Alex garbanzo@hooked.net
Wed Oct 15 00:56:00 GMT 1997


On Tue, 14 Oct 1997, Kermit Tensmeyer wrote:

> Sergey Okhapkin wrote:
> > 
> > Hi!
> > 
> >  - rcmd(), rexec(), rresvport(), socketpair() calls implemented.

Ack.  I took a quick look at the patch, and I was thinking, wouldn't it be
better to trap any non AF_INET sockets, and then return EPROTONOSUPPORT 
or EAFNOSUPPORT?

> > Signal handling in precompiled binary changed (no source provided for a now).
> > Chris Faylor rewrote signal handling stuff with semaphores instead of window
> > messages.
> 
>  Wonderful!  Is there an include file where prototypes for these
>  functions are available?

Assuming the functions follow basic BSDisms, the prototypes should be as
follows:

/* unistd.h */
int rcmd (char **, int, char *, char *, char *, int *);
int rresvport (int);
/* sys/socket.h */
int socketpair (int, int, int, int *);
/* ? */
int rexec (char **, int, char *, char *, char *, int *);

- alex

-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".



More information about the Cygwin mailing list