K 10 svn:author V 7 rwatson K 8 svn:date V 27 2004-10-11T19:03:53.000000Z K 7 svn:log V 476 A number of improvements to the IP socket option API regression test: - Consistently use err/errx/warnx throughout, rather than using perror() and exit(). - Teach the tests how to better manage (and therefore test) privilege: in particular, how to create sockes with root credentials but exercise the privileges with non-root credentials, etc. - Teach the test suite to apply each of the non-IP_HDRINCL options across each of SOCK_DGRAM, SOCK_STREAM, and SOCK_RAW. END