Magic Mailing List |
|
From: Rajit Manohar (rajit AT csl DOT cornell.edu) Date: Sat Oct 14 2000 - 17:49:53 EDT
>> the following files reference sys_errlist[errno], this variable is not >> necessarily defined in all systems (e.g. Solaris). I think you can use >> strerror(errno) instead, it's part of ANSI C. I believe the reason for this was that the compiler that used to come with SunOS 4.x did not support ANSI C. :) (If you look at all the C code, it uses K&R C to avoid that problem.) I will add #ifdef's to fix this problem. Thanks. >> This is a patch that fixes the :ld script. Thanks. :ld has been updated. Regards, -Rajit
|
|