]> The Tcpdump Group git mirrors - tcpdump/commitdiff
SUNRPC: Remove an unused structure
authorFrancois-Xavier Le Bail <[email protected]>
Tue, 9 Jan 2018 15:34:17 +0000 (16:34 +0100)
committerFrancois-Xavier Le Bail <[email protected]>
Tue, 9 Jan 2018 15:34:17 +0000 (16:34 +0100)
print-sunrpc.c

index cc1febb452f87fb4f9b1a54ecc254294c04fde55..dc08a2df3a5b29d25639565b97fa3619192f8fcc 100644 (file)
 #define SUNRPC_PMAPPROC_DUMP   ((uint32_t)4)
 #define SUNRPC_PMAPPROC_CALLIT ((uint32_t)5)
 
-struct sunrpc_pmap {
-       uint32_t pm_prog;
-       uint32_t pm_vers;
-       uint32_t pm_prot;
-       uint32_t pm_port;
-};
-
 static const struct tok proc2str[] = {
        { SUNRPC_PMAPPROC_NULL,         "null" },
        { SUNRPC_PMAPPROC_SET,          "set" },