=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ranlib/Attic/build.c,v retrieving revision 1.7 retrieving revision 1.8 diff -c -r1.7 -r1.8 *** src/usr.bin/ranlib/Attic/build.c 1999/09/21 13:15:43 1.7 --- src/usr.bin/ranlib/Attic/build.c 2001/11/19 19:02:15 1.8 *************** *** 1,4 **** ! /* $OpenBSD: build.c,v 1.7 1999/09/21 13:15:43 espie Exp $ */ /*- * Copyright (c) 1990 The Regents of the University of California. --- 1,4 ---- ! /* $OpenBSD: build.c,v 1.8 2001/11/19 19:02:15 mpech Exp $ */ /*- * Copyright (c) 1990 The Regents of the University of California. *************** *** 38,44 **** #ifndef lint /*static char sccsid[] = "from: @(#)build.c 5.3 (Berkeley) 3/12/91";*/ ! static char rcsid[] = "$OpenBSD: build.c,v 1.7 1999/09/21 13:15:43 espie Exp $"; #endif /* not lint */ #include --- 38,44 ---- #ifndef lint /*static char sccsid[] = "from: @(#)build.c 5.3 (Berkeley) 3/12/91";*/ ! static char rcsid[] = "$OpenBSD: build.c,v 1.8 2001/11/19 19:02:15 mpech Exp $"; #endif /* not lint */ #include *************** *** 141,153 **** */ static int rexec(rfd, wfd) ! register int rfd; int wfd; { ! register RLIB *rp; ! register long nsyms; ! register int nr, symlen; ! register char *strtab = 0; char *sym; struct exec ebuf; struct nlist nl; --- 141,153 ---- */ static int rexec(rfd, wfd) ! int rfd; int wfd; { ! RLIB *rp; ! long nsyms; ! int nr, symlen; ! char *strtab = 0; char *sym; struct exec ebuf; struct nlist nl; *************** *** 251,257 **** symobj(mid) int mid; { ! register RLIB *rp, *rnext; struct ranlib rn; char hb[sizeof(struct ar_hdr) + 1], pad; long ransize, size, stroff; --- 251,257 ---- symobj(mid) int mid; { ! RLIB *rp, *rnext; struct ranlib rn; char hb[sizeof(struct ar_hdr) + 1], pad; long ransize, size, stroff;