=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/nm/nm.c,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- src/usr.bin/nm/nm.c 1997/05/31 08:26:19 1.6 +++ src/usr.bin/nm/nm.c 1998/05/11 20:34:58 1.7 @@ -1,4 +1,4 @@ -/* $OpenBSD: nm.c,v 1.6 1997/05/31 08:26:19 deraadt Exp $ */ +/* $OpenBSD: nm.c,v 1.7 1998/05/11 20:34:58 niklas Exp $ */ /* $NetBSD: nm.c,v 1.7 1996/01/14 23:04:03 pk Exp $ */ /* @@ -47,7 +47,7 @@ #if 0 static char sccsid[] = "@(#)nm.c 8.1 (Berkeley) 6/6/93"; #endif -static char rcsid[] = "$OpenBSD: nm.c,v 1.6 1997/05/31 08:26:19 deraadt Exp $"; +static char rcsid[] = "$OpenBSD: nm.c,v 1.7 1998/05/11 20:34:58 niklas Exp $"; #endif /* not lint */ #include @@ -62,6 +62,11 @@ #include #include #include + +#ifdef MID_MACHINE_OVERRIDE +#undef MID_MACHINE +#define MID_MACHINE MID_MACHINE_OVERRIDE +#endif int ignore_bad_archive_entries = 1; int print_only_external_symbols;