summaryrefslogtreecommitdiffstats
path: root/usr.sbin/crunch/crunchide/exec_aout.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/crunch/crunchide/exec_aout.c')
-rw-r--r--usr.sbin/crunch/crunchide/exec_aout.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/crunch/crunchide/exec_aout.c b/usr.sbin/crunch/crunchide/exec_aout.c
index 9f68115..7122994 100644
--- a/usr.sbin/crunch/crunchide/exec_aout.c
+++ b/usr.sbin/crunch/crunchide/exec_aout.c
@@ -28,6 +28,7 @@
#include <sys/cdefs.h>
#ifndef lint
__RCSID("$NetBSD: exec_aout.c,v 1.6 1997/08/02 21:30:17 perry Exp $");
+__FBSDID("$FreeBSD$");
#endif
#include <unistd.h>
@@ -56,7 +57,7 @@ struct nlist *symbase;
#define IS_GLOBAL_DEFINED(sp) \
(((sp)->n_type & N_EXT) && ((sp)->n_type & N_TYPE) != N_UNDF)
-#ifdef __sparc
+#ifdef arch_sparc
/* is the relocation entry dependent on a symbol? */
#define IS_SYMBOL_RELOC(rp) \
((rp)->r_extern || \
OpenPOWER on IntegriCloud