From: noer AT cygnus DOT com (Geoffrey Noer) Subject: Do we really need these stubs? 20 May 1998 20:58:13 -0700 Message-ID: <199805210322.UAA02902.cygnus.cygwin32.developers@skaro.cygnus.com> Content-Type: text To: cygwin32-developers AT cygnus DOT com Cc: noer AT cygnus DOT com (Geoffrey Noer) Quite a while ago, Sergey Okhapkin suggested adding some stubs. They follow. Do we still need/want these? Geoff > From sos AT buggy DOT prospect DOT com DOT ru Thu Nov 27 12:27:50 1997 > Message-ID: <01BCFB8C DOT 48324AE0 AT sos> > From: Sergey Okhapkin > To: "'Geoffrey Noer'" > Subject: More stubs needed... > Date: Thu, 27 Nov 1997 23:29:16 +0300 > Encoding: 48 TEXT > X-Mozilla-Status: 0000 > > Hi! > > diff -ur /winsup/cygwin.din winsup/cygwin.din > --- /winsup/cygwin.din Fri > Nov 21 09:53:44 1997 > +++ winsup/cygwin.din Thu Nov 27 23:25:36 1997 > @@ > -919,7 +919,9 @@ > rcmd = cygwin32_rcmd > rresvport = cygwin32_rresvport > > rexec = cygwin32_rexec > +sethostent > +endhostent > socketpair > strsignal > > strtosigno > ctermid > diff -ur /winsup/net.cc winsup/net.cc > --- > /winsup/net.cc Thu Nov 20 11:45:41 1997 > +++ winsup/net.cc Thu Nov 27 > 23:06:25 1997 > @@ -1447,3 +1447,15 @@ > syscall_printf ("%d = socketpair > (...);\n", res); > return res; > } > + > +extern "C" > +void > +sethostent > (int) > +{ > +} > + > +extern "C" > +void > +endhostent (void) > +{ > +} > > -- > Sergey Okhapkin, http://www.lexa.ru/sos > Moscow, Russia > Looking for a job -- Geoffrey Noer noer AT cygnus DOT com