]> The Tcpdump Group git mirrors - tcpdump/commit
Get rid of the multiple-include protection in our RPC headers, so we
authorguy <guy>
Wed, 27 Apr 2005 21:43:48 +0000 (21:43 +0000)
committerguy <guy>
Wed, 27 Apr 2005 21:43:48 +0000 (21:43 +0000)
commit37b93aecec2bdb9f8738db1c293e966047710a64
tree30b702c52d392980c5c2dd8269fe5f2b824e660d
parentdf8ee0903548456db62ea60cbd5f7fbca8e92de3
Get rid of the multiple-include protection in our RPC headers, so we
include them even if we also happen to have included system RPC headers,
as we want *our* versions of the structures (which use types with
explicit sizes for structure members, as we use them for on-the-wire
data).

Change pmap_prot.h to prefix all #defines and structure names with
"SUNRPC_" or "sunrpc_", to avoid collisions with any definitions and
structure names from the system header files.
pmap_prot.h
print-sunrpc.c
rpc_auth.h
rpc_msg.h