On Thu, Jul 15, 1999 at 06:00:03PM -0700, James Webster wrote:

>>> read_pwd.c:267: warning: implicit declaration of function `fileno'
>>> read_pwd.c:404: warning: implicit declaration of function `sigaction'
>>> read_pwd.c:404: invalid use of undefined type `struct sigaction'

>> If you look in read_pwd.c, you'll see that this should work without
>> having struct sigcation etc. (but apparently Solaris 2.5.1 defines
>> _POSIX_SOURCE without really supporting POSIX, so some #if conditions
>> would have to be changed) -- but why is fileno not available?  It
>> should be declared in <stdio.h>, which is #include'd.  What does
>> "man fileno" say?

> Was there ever a resolution on this (I wasn't on the list when it
> was sent)?  I'm seeing the same thing on i586-whatever-netbsd.

I don't think the problem was resolved.  You say you see the same --
does your NetBSD really not provide a declaration of fileno in <stdio.h>?
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to