=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/oldrdist/Attic/lookup.c,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- src/usr.bin/oldrdist/Attic/lookup.c 1996/08/22 20:33:21 1.5 +++ src/usr.bin/oldrdist/Attic/lookup.c 2001/11/19 19:02:15 1.6 @@ -1,4 +1,4 @@ -/* $OpenBSD: lookup.c,v 1.5 1996/08/22 20:33:21 millert Exp $ */ +/* $OpenBSD: lookup.c,v 1.6 2001/11/19 19:02:15 mpech Exp $ */ /* * Copyright (c) 1983, 1993 @@ -35,7 +35,7 @@ #ifndef lint /* from: static char sccsid[] = "@(#)lookup.c 8.1 (Berkeley) 6/9/93"; */ -static char *rcsid = "$OpenBSD: lookup.c,v 1.5 1996/08/22 20:33:21 millert Exp $"; +static char *rcsid = "$OpenBSD: lookup.c,v 1.6 2001/11/19 19:02:15 mpech Exp $"; #endif /* not lint */ #include "defs.h" @@ -60,8 +60,8 @@ define(name) char *name; { - register char *cp, *s; - register struct namelist *nl; + char *cp, *s; + struct namelist *nl; struct namelist *value; if (debug) @@ -126,9 +126,9 @@ int action; struct namelist *value; { - register unsigned n; - register char *cp; - register struct syment *s; + unsigned n; + char *cp; + struct syment *s; char buf[BUFSIZ]; if (debug)