diff options
Diffstat (limited to 'sunrpc/rpc_scan.c')
-rw-r--r-- | sunrpc/rpc_scan.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sunrpc/rpc_scan.c b/sunrpc/rpc_scan.c index acffab2..1c486d1 100644 --- a/sunrpc/rpc_scan.c +++ b/sunrpc/rpc_scan.c @@ -450,10 +450,10 @@ static const token symbols[] = }; static void -findkind (const char **mark, token * tokp) +findkind (const char **mark, token *tokp) { int len; - token *s; + const token *s; const char *str; char *tmp; |