X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-bounces using -f Date: Mon, 4 Mar 2002 14:11:01 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Waldemar Schultz cc: djgpp AT delorie DOT com Subject: Re: int uname(struct utsname *u) In-Reply-To: <3C834C81.F2139B3B@ma.tum.de> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Mon, 4 Mar 2002, Waldemar Schultz wrote: > Hello, > since int uname(struct utsname *u) returns only > up to 8 characters in u->nodename, I'd like to suggest this version, > which takes part of the code from > \DJGPP\SRC\LIBC\COMPAT\UNISTD\gethostn.c: Please post this to djgpp-workers AT delorie DOT com, and please make it a diff of the new version against the old, like this: diff -c utsname.c.old utsname.c That will make this much easier to review. Thanks.