summaryrefslogtreecommitdiff
path: root/print-sunrpc.c
diff options
context:
space:
mode:
Diffstat (limited to 'print-sunrpc.c')
-rw-r--r--print-sunrpc.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/print-sunrpc.c b/print-sunrpc.c
index ae350852..16cc2712 100644
--- a/print-sunrpc.c
+++ b/print-sunrpc.c
@@ -232,8 +232,7 @@ sunrpcrequest_print(netdissect_options *ndo, register const u_char *bp,
}
static char *
-progstr(prog)
- u_int32_t prog;
+progstr(u_int32_t prog)
{
#if defined(HAVE_GETRPCBYNUMBER) && defined(HAVE_RPC_RPC_H)
register struct rpcent *rp;