On Thu, Jul 18, 2002 at 09:52:14AM -0700, Chuck T. wrote: > Excellent, that's just what I was looking for! Thanks. > >do a man getifaddrs(3) > > > >Bruce
Just be aware that getifaddrs(3) (which does seem to be a quite useful function) is not very portable. It appears to be available on recent releases of all the *BSDs, but it does not seem to exist on Solaris or Linux. Now, if you don't need your program to be portable this is of course not a problem, but writing unportable code should be an informed decision rather than done out of ignorance. -- <Insert your favourite quote here.> Erik Trulsson [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-net" in the body of the message