For a workaround, read the man page ld.so.1(1), specifically the NOTES
section where it mentions /usr/lib/[EMAIL PROTECTED]  That provides behavior
that is _not_ correct or portable, but is compatible with some systems
(I remember that SVR2 on the 3B15 let one treat a NULL pointer as
a pointer to a zero-length string).  In the case of puts(NULL), that
would result in a blank line of output, which may also not be what
you want.  The program really should be fixed...
This message posted from opensolaris.org
_______________________________________________
opensolaris-code mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/opensolaris-code

Reply via email to