X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/efa36b8cb2aae4cf57dde5118888ae2d4f78e2cd..9f8418e870a70c264eda1598f2d470e5428c216d:/uip/ali.c?ds=sidebyside diff --git a/uip/ali.c b/uip/ali.c index db536214..abc7f556 100644 --- a/uip/ali.c +++ b/uip/ali.c @@ -199,9 +199,9 @@ print_aka (char *p, int list, int margin) static void print_usr (char *s, int list) { - register char *cp, *pp, *vp; - register struct aka *ak; - register struct mailname *mp, *np; + char *cp, *pp, *vp; + struct aka *ak; + struct mailname *mp, *np; if ((pp = getname (s)) == NULL) adios (NULL, "no address in \"%s\"", s);