Darren Reed wrote:

For some reason IRIX slipped under my radar...but I'm not at
all sure which versions of that require one or both of these
(I don't currently have any access to IRIX boxen.)

Sorry for resurrecting a dormant thread, but I noticed Darren's question went unanswered and I happened to be logged into one of my IRIX 6.5.25 servers tonight, so I took a look:

It seems that libsocket has been folded into libc, and libnsl as well but to a lesser degree, as it seems that the only things left in libnsl are XDR/RPC calls. /usr/lib/libsocket.so exists (note, not as libsocket.so.1), but as a dummy library object... I guess to satisfy rtl deps.

[EMAIL PROTECTED]>nm /usr/lib/libc.so.1 | egrep '( socket| get.*by)'
[2969] | 0| |File |ref=2980 |Text | getcapabilitybyname.c [2979] | 0| |End |ref=2969 |Text | getcapabilitybyname.c [5783] | 263245768| |StaticProc|end=36 int |Text | get_input_bytes [5784] | 212| |End |ref=5783 |Text | get_input_bytes [9286] | 0| |File |ref=9292 |Text | socket.s [9291] | 0| |End |ref=9286 |Text | socket.s [9292] | 0| |File |ref=9298 |Text | socketpair.s [9297] | 0| |End |ref=9292 |Text | socketpair.s [12350] | 262953248| |Proc |ref=4244 |Text | getnetbyname_r [12351] | 262951636| |Proc |ref=4247 |Text | getnetbyname [12353] | 262954932| |Proc |ref=4253 |Text | getnetbyaddr_r [12354] | 262954740| |Proc |ref=4255 |Text | getnetbyaddr [12363] | 262962728| |Proc |ref=4286 |Text | getrpcbyname_r [12365] | 262961852| |Proc |ref=4289 |Text | getrpcbyname [12366] | 262963268| |Proc |ref=4291 |Text | getrpcbynumber_r [12368] | 262962060| |Proc |ref=4293 |Text | getrpcbynumber [13276] | 262484216| |Proc |ref=9293 |Text | socketpair [13679] | 262445536| |Proc |ref=10396 |Text | getservbyname_r [13680] | 262444780| |Proc |ref=10399 |Text | getservbyname [13682] | 262966024| |Proc |ref=10401 |Text | getservbyport_r [13683] | 262965624| |Proc |ref=10403 |Text | getservbyport [13802] | 262441364| |Proc |ref=10900 |Text | gethostbyname_r [13803] | 262442432| |Proc |ref=10903 |Text | gethostbyname [13805] | 262946636| |Proc |ref=10908 |Text | gethostbyaddr_r [13806] | 262949152| |Proc |ref=10910 |Text | gethostbyaddr [13862] | 262529144| |Proc |ref=11128 |Text | getprotobyname_r [13864] | 262528936| |Proc |ref=11131 |Text | getprotobyname [13865] | 262959376| |Proc |ref=11133 |Text | getprotobynumber_r [13867] | 262959880| |Proc |ref=11135 |Text | getprotobynumber [15030] | 262359064| |Proc |ref=9287 |Text | socket
_______________________________________________
opensolaris-code mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/opensolaris-code

Reply via email to