=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/strip/Attic/strip.c,v retrieving revision 1.21 retrieving revision 1.22 diff -c -r1.21 -r1.22 *** src/usr.bin/strip/Attic/strip.c 2004/03/31 21:22:06 1.21 --- src/usr.bin/strip/Attic/strip.c 2004/07/12 10:44:11 1.22 *************** *** 1,4 **** ! /* $OpenBSD: strip.c,v 1.21 2004/03/31 21:22:06 mickey Exp $ */ /* * Copyright (c) 1988 Regents of the University of California. --- 1,4 ---- ! /* $OpenBSD: strip.c,v 1.22 2004/07/12 10:44:11 miod Exp $ */ /* * Copyright (c) 1988 Regents of the University of California. *************** *** 37,43 **** #ifndef lint /*static char sccsid[] = "from: @(#)strip.c 5.8 (Berkeley) 11/6/91";*/ ! static char rcsid[] = "$OpenBSD: strip.c,v 1.21 2004/03/31 21:22:06 mickey Exp $"; #endif /* not lint */ #include --- 37,43 ---- #ifndef lint /*static char sccsid[] = "from: @(#)strip.c 5.8 (Berkeley) 11/6/91";*/ ! static char rcsid[] = "$OpenBSD: strip.c,v 1.22 2004/07/12 10:44:11 miod Exp $"; #endif /* not lint */ #include *************** *** 63,68 **** --- 63,73 ---- #undef ELF_TARG_DATA #undef ELF_TARG_MACH #include "m68k/exec.h" + #elif MID_MACHINE_OVERRIDE == MID_M88K + #undef __LDPGSZ + #undef ELF_TARG_DATA + #undef ELF_TARG_MACH + #include "m88k/exec.h" #endif #endif