summaryrefslogtreecommitdiff
path: root/src/init/hpr.c
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2017-03-09 13:09:28 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2017-03-09 13:09:28 +0000
commitab3e695d86cb39b81843741dbf337c8caed7430e (patch)
tree8ef9e6025224349ccef5615b77204f11f75e098e /src/init/hpr.c
parenta2cfbbf2f2549980a781ae89b372b22cd9d3c60d (diff)
downloads6-linux-init-ab3e695d86cb39b81843741dbf337c8caed7430e.tar.xz
Gratuitous macro cleanup
Diffstat (limited to 'src/init/hpr.c')
-rw-r--r--src/init/hpr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/init/hpr.c b/src/init/hpr.c
index 0e1c27a..faa0a7c 100644
--- a/src/init/hpr.c
+++ b/src/init/hpr.c
@@ -18,7 +18,7 @@ int main (int argc, char const *const *argv)
subgetopt_t l = SUBGETOPT_ZERO ;
for (;;)
{
- register int opt = subgetopt_r(argc, argv, "hprf", &l) ;
+ int opt = subgetopt_r(argc, argv, "hprf", &l) ;
if (opt == -1) break ;
switch (opt)
{