=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/elf2olf/Attic/elf2olf.c,v retrieving revision 1.5 retrieving revision 1.6 diff -c -r1.5 -r1.6 *** src/usr.bin/elf2olf/Attic/elf2olf.c 2001/07/12 05:17:01 1.5 --- src/usr.bin/elf2olf/Attic/elf2olf.c 2001/11/19 19:02:13 1.6 *************** *** 1,4 **** ! /* $OpenBSD: elf2olf.c,v 1.5 2001/07/12 05:17:01 deraadt Exp $ */ /* * Copyright (c) 1996 Erik Theisen. All rights reserved. * --- 1,4 ---- ! /* $OpenBSD: elf2olf.c,v 1.6 2001/11/19 19:02:13 mpech Exp $ */ /* * Copyright (c) 1996 Erik Theisen. All rights reserved. * *************** *** 30,36 **** #endif /* not lint */ #ifndef lint ! static char rcsid[] = "@(#) $Id: elf2olf.c,v 1.5 2001/07/12 05:17:01 deraadt Exp $"; #endif #include --- 30,36 ---- #endif /* not lint */ #ifndef lint ! static char rcsid[] = "@(#) $Id: elf2olf.c,v 1.6 2001/11/19 19:02:13 mpech Exp $"; #endif #include *************** *** 67,76 **** { extern char *optarg; extern int optind; ! register int ch, i, okay; char *opstring; ! register int fd; struct stat st; Elf32_Ehdr ehdr; Elf32_Shdr shdr; --- 67,76 ---- { extern char *optarg; extern int optind; ! int ch, i, okay; char *opstring; ! int fd; struct stat st; Elf32_Ehdr ehdr; Elf32_Shdr shdr; *************** *** 238,244 **** void usage() { ! register int i; int col = 8; if (olf2elf) { --- 238,244 ---- void usage() { ! int i; int col = 8; if (olf2elf) {