Re: getdomainname

2002-05-05 Thread Gerrit P. Haase
Hallo Christopher, Am 2002-05-04 um 04:14 schriebst du: > On Fri, May 03, 2002 at 01:56:44PM +0200, Gerrit P. Haase wrote: >>Hallo, >> >>I found this entry in the ChangeLogs: >>http://sources.redhat.com/ml/cygwin-cvs/2002-q1/msg00120.html >> >>so getdomain

Re: getdomainname

2002-05-03 Thread Christopher Faylor
On Fri, May 03, 2002 at 01:56:44PM +0200, Gerrit P. Haase wrote: >Hallo, > >I found this entry in the ChangeLogs: >http://sources.redhat.com/ml/cygwin-cvs/2002-q1/msg00120.html > >so getdomainname() exists obviously, >now I wonder why it isn't defined in the head

getdomainname

2002-05-03 Thread Gerrit P. Haase
Hallo, I found this entry in the ChangeLogs: http://sources.redhat.com/ml/cygwin-cvs/2002-q1/msg00120.html so getdomainname() exists obviously, now I wonder why it isn't defined in the headers. Gerrit -- =^..^= -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simpl

Re: getdomainname trouble on Win2K/cygwin 1.3.9

2002-01-29 Thread Jan Kellmer
Corinna Vinschen wrote: > > On Tue, Jan 29, 2002 at 02:24:06PM +0100, Corinna Vinschen wrote: > > On Tue, Jan 29, 2002 at 11:49:02AM +0100, Jan Kellmer wrote: > > > Hello! > > > > > > I'm running Win2K(SP2) German edition and have a probl

Re: getdomainname trouble on Win2K/cygwin 1.3.9

2002-01-29 Thread Corinna Vinschen
On Tue, Jan 29, 2002 at 02:24:06PM +0100, Corinna Vinschen wrote: > On Tue, Jan 29, 2002 at 11:49:02AM +0100, Jan Kellmer wrote: > > Hello! > > > > I'm running Win2K(SP2) German edition and have a problem with the > > "getdomainname()" function. >

Re: getdomainname trouble on Win2K/cygwin 1.3.9

2002-01-29 Thread Corinna Vinschen
On Tue, Jan 29, 2002 at 11:49:02AM +0100, Jan Kellmer wrote: > Hello! > > I'm running Win2K(SP2) German edition and have a problem with the > "getdomainname()" function. Thanks for the heads up and especially for the simple testcase. The cause was a wrong registr

getdomainname trouble on Win2K/cygwin 1.3.9

2002-01-29 Thread Jan Kellmer
Hello! I'm running Win2K(SP2) German edition and have a problem with the "getdomainname()" function. I have tracked it down to the following example: -- snip -- snap -- #include #include #include int main(int argc, char** argv) { char buffer[100]; int resul