=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/elf2olf/Attic/elf2olf.c,v retrieving revision 1.3 retrieving revision 1.4 diff -c -r1.3 -r1.4 *** src/usr.bin/elf2olf/Attic/elf2olf.c 1996/12/09 07:10:14 1.3 --- src/usr.bin/elf2olf/Attic/elf2olf.c 1997/01/15 23:42:46 1.4 *************** *** 1,4 **** ! /* $OpenBSD: elf2olf.c,v 1.3 1996/12/09 07:10:14 deraadt Exp $ */ /* * Copyright (c) 1996 Erik Theisen. All rights reserved. * --- 1,4 ---- ! /* $OpenBSD: elf2olf.c,v 1.4 1997/01/15 23:42:46 millert Exp $ */ /* * Copyright (c) 1996 Erik Theisen. All rights reserved. * *************** *** 30,36 **** #endif /* not lint */ #ifndef lint ! static char rcsid[] = "@(#) $Id: elf2olf.c,v 1.3 1996/12/09 07:10:14 deraadt Exp $"; #endif #include --- 30,36 ---- #endif /* not lint */ #ifndef lint ! static char rcsid[] = "@(#) $Id: elf2olf.c,v 1.4 1997/01/15 23:42:46 millert Exp $"; #endif #include *************** *** 85,91 **** * Process cmdline */ opstring = olf2elf ? "v" : "vo:"; ! while((ch = getopt(argc, argv, opstring)) != EOF) switch(ch) { case 'v': verbose = 1; --- 85,91 ---- * Process cmdline */ opstring = olf2elf ? "v" : "vo:"; ! while((ch = getopt(argc, argv, opstring)) != -1) switch(ch) { case 'v': verbose = 1;