aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/sysent.h
diff options
context:
space:
mode:
authorMarcel Moolenaar <marcel@FreeBSD.org>2014-07-07 00:27:09 +0000
committerMarcel Moolenaar <marcel@FreeBSD.org>2014-07-07 00:27:09 +0000
commite7d939bda22b07be6b68ba38835c9167212fd56e (patch)
tree98db2559cee662a9de7212211dd5c69176b58254 /sys/sys/sysent.h
parent00cf40b0ca010cb2a6afb112650109dcabe80dea (diff)
downloadsrc-e7d939bda22b07be6b68ba38835c9167212fd56e.tar.gz
src-e7d939bda22b07be6b68ba38835c9167212fd56e.zip
Remove ia64.
This includes: o All directories named *ia64* o All files named *ia64* o All ia64-specific code guarded by __ia64__ o All ia64-specific makefile logic o Mention of ia64 in comments and documentation This excludes: o Everything under contrib/ o Everything under crypto/ o sys/xen/interface o sys/sys/elf_common.h Discussed at: BSDcan
Notes
Notes: svn path=/head/; revision=268351
Diffstat (limited to 'sys/sys/sysent.h')
-rw-r--r--sys/sys/sysent.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/sysent.h b/sys/sys/sysent.h
index c49db41844ac..0f1c256135f1 100644
--- a/sys/sys/sysent.h
+++ b/sys/sys/sysent.h
@@ -155,7 +155,7 @@ extern struct sysentvec null_sysvec;
extern struct sysent sysent[];
extern const char *syscallnames[];
-#if defined(__amd64__) || defined(__ia64__)
+#if defined(__amd64__)
extern int i386_read_exec;
#endif