This is the mail archive of the cygwin@sourceware.cygnus.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: New patch available.




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".


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