dtcm: remove register keyword

This commit is contained in:
Jon Trulson
2018-06-27 16:14:33 -06:00
parent b7599ec2a2
commit ca7d34b7ff
12 changed files with 60 additions and 60 deletions

View File

@@ -377,7 +377,7 @@ lock_it(void)
}
static void
program(struct svc_req *rqstp, register SVCXPRT *transp)
program(struct svc_req *rqstp, SVCXPRT *transp)
{
char *result;
char *argument = NULL;