=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/make/arch.c,v retrieving revision 1.22 retrieving revision 1.23 diff -c -r1.22 -r1.23 *** src/usr.bin/make/arch.c 1999/12/18 21:58:07 1.22 --- src/usr.bin/make/arch.c 1999/12/19 00:04:24 1.23 *************** *** 1,4 **** ! /* $OpenBSD: arch.c,v 1.22 1999/12/18 21:58:07 espie Exp $ */ /* $NetBSD: arch.c,v 1.17 1996/11/06 17:58:59 christos Exp $ */ /* --- 1,4 ---- ! /* $OpenBSD: arch.c,v 1.23 1999/12/19 00:04:24 espie Exp $ */ /* $NetBSD: arch.c,v 1.17 1996/11/06 17:58:59 christos Exp $ */ /* *************** *** 43,49 **** #if 0 static char sccsid[] = "@(#)arch.c 8.2 (Berkeley) 1/2/94"; #else ! static char rcsid[] = "$OpenBSD: arch.c,v 1.22 1999/12/18 21:58:07 espie Exp $"; #endif #endif /* not lint */ --- 43,49 ---- #if 0 static char sccsid[] = "@(#)arch.c 8.2 (Berkeley) 1/2/94"; #else ! static char rcsid[] = "$OpenBSD: arch.c,v 1.23 1999/12/19 00:04:24 espie Exp $"; #endif #endif /* not lint */ *************** *** 496,502 **** if (cp != NULL) member = cp + 1; ! ln = Lst_Find (archives, (ClientData) archive, ArchFindArchive); if (ln != NULL) { ar = (Arch *) Lst_Datum (ln); --- 496,502 ---- if (cp != NULL) member = cp + 1; ! ln = Lst_Find(archives, ArchFindArchive, (ClientData)archive); if (ln != NULL) { ar = (Arch *) Lst_Datum (ln);