=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/size/Attic/size.c,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- src/usr.bin/size/Attic/size.c 1997/09/11 11:21:52 1.8 +++ src/usr.bin/size/Attic/size.c 1998/05/11 07:40:31 1.9 @@ -1,4 +1,4 @@ -/* $OpenBSD: size.c,v 1.8 1997/09/11 11:21:52 deraadt Exp $ */ +/* $OpenBSD: size.c,v 1.9 1998/05/11 07:40:31 niklas Exp $ */ /* $NetBSD: size.c,v 1.7 1996/01/14 23:07:12 pk Exp $ */ /* @@ -44,7 +44,7 @@ #if 0 static char sccsid[] = "@(#)size.c 8.2 (Berkeley) 12/9/93"; #endif -static char rcsid[] = "$OpenBSD: size.c,v 1.8 1997/09/11 11:21:52 deraadt Exp $"; +static char rcsid[] = "$OpenBSD: size.c,v 1.9 1998/05/11 07:40:31 niklas Exp $"; #endif /* not lint */ #include @@ -58,6 +58,11 @@ #include #include #include + +#ifdef MID_MACHINE_OVERRIDE +#undef MID_MACHINE +#define MID_MACHINE MID_MACHINE_OVERRIDE +#endif unsigned long total_text, total_data, total_bss, total_total; int ignore_bad_archive_entries = 1;