]> The Tcpdump Group git mirrors - tcpdump/commit
Handle systems with getrpcbynumber() but no header file for it.
authorGuy Harris <[email protected]>
Sat, 3 Sep 2011 04:31:09 +0000 (21:31 -0700)
committerGuy Harris <[email protected]>
Sat, 3 Sep 2011 04:31:44 +0000 (21:31 -0700)
commit65f19c35f341ee3ff29ac8a0df97400c428e1465
treed94ee258c51f35de20c30648257c3ea5f86c9fc9
parentb4047e247f28a73b72d3a0cfbdf260383361d558
Handle systems with getrpcbynumber() but no header file for it.

Glibc 2.14 doesn't install the ONC RPC headers, but it installs the ONC
RPC routines, presumably for binary compatibility.  Don't use
getrpcbynumber() unless we have it *and* the header file to declare it.
config.h.in
configure
configure.in
print-sunrpc.c