=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/rdist/lookup.c,v retrieving revision 1.9 retrieving revision 1.10 diff -c -r1.9 -r1.10 *** src/usr.bin/rdist/lookup.c 2001/11/19 19:02:15 1.9 --- src/usr.bin/rdist/lookup.c 2002/05/27 03:14:22 1.10 *************** *** 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. --- 1,4 ---- ! /* $OpenBSD: lookup.c,v 1.10 2002/05/27 03:14:22 deraadt 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.9 2001/11/19 19:02:15 mpech 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.10 2002/05/27 03:14:22 deraadt Exp $"; #endif static char sccsid[] = "@(#)lookup.c 5.1 (Berkeley) 6/6/85"; *************** *** 137,143 **** int action; struct namelist *value; { ! unsigned n; char *cp; struct syment *s; char ebuf[BUFSIZ]; --- 137,143 ---- int action; struct namelist *value; { ! unsigned int n; char *cp; struct syment *s; char ebuf[BUFSIZ];