=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/rdist/lookup.c,v retrieving revision 1.8 retrieving revision 1.9 diff -c -r1.8 -r1.9 *** src/usr.bin/rdist/lookup.c 1998/06/26 21:21:14 1.8 --- src/usr.bin/rdist/lookup.c 2001/11/19 19:02:15 1.9 *************** *** 1,4 **** ! /* $OpenBSD: lookup.c,v 1.8 1998/06/26 21:21:14 millert Exp $ */ /* * Copyright (c) 1983 Regents of the University of California. --- 1,4 ---- ! /* $OpenBSD: lookup.c,v 1.9 2001/11/19 19:02:15 mpech Exp $ */ /* * Copyright (c) 1983 Regents of the University of California. *************** *** 39,45 **** "$From: lookup.c,v 6.8 1996/07/19 16:49:55 michaelc Exp $"; #else static char RCSid[] = ! "$OpenBSD: lookup.c,v 1.8 1998/06/26 21:21:14 millert Exp $"; #endif static char sccsid[] = "@(#)lookup.c 5.1 (Berkeley) 6/6/85"; --- 39,45 ---- "$From: lookup.c,v 6.8 1996/07/19 16:49:55 michaelc Exp $"; #else static char RCSid[] = ! "$OpenBSD: lookup.c,v 1.9 2001/11/19 19:02:15 mpech Exp $"; #endif static char sccsid[] = "@(#)lookup.c 5.1 (Berkeley) 6/6/85"; *************** *** 71,78 **** define(name) char *name; { ! register char *cp, *s; ! register struct namelist *nl; struct namelist *value; debugmsg(DM_CALL, "define(%s)", name); --- 71,78 ---- define(name) char *name; { ! char *cp, *s; ! struct namelist *nl; struct namelist *value; debugmsg(DM_CALL, "define(%s)", name); *************** *** 137,145 **** int action; struct namelist *value; { ! register unsigned n; ! register char *cp; ! register struct syment *s; char ebuf[BUFSIZ]; debugmsg(DM_CALL, "lookup(%s, %d, %x)", name, action, value); --- 137,145 ---- int action; struct namelist *value; { ! unsigned n; ! char *cp; ! struct syment *s; char ebuf[BUFSIZ]; debugmsg(DM_CALL, "lookup(%s, %d, %x)", name, action, value);