summaryrefslogtreecommitdiff
path: root/sys/arch/alpha/include
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2013-02-09 19:20:40 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2013-02-09 19:20:40 +0000
commita88b10073e0c906ba1e57d0a94d75f30d54cac97 (patch)
treeee4fbef2eeaebe1060cf659a4a9102663d8aa56e /sys/arch/alpha/include
parent0fc3e59227c0d960cbfc3acabd9192d72c3c952a (diff)
Do not bother defining cpu_exec_aout_makecmds() on platforms where we no longer
(or never did) support a.out binaries (i.e. where _KERN_DO_AOUT is not defined).
Diffstat (limited to 'sys/arch/alpha/include')
-rw-r--r--sys/arch/alpha/include/exec.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/alpha/include/exec.h b/sys/arch/alpha/include/exec.h
index cad397b9923..76662e27069 100644
--- a/sys/arch/alpha/include/exec.h
+++ b/sys/arch/alpha/include/exec.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: exec.h,v 1.12 2012/09/11 15:44:15 deraadt Exp $ */
+/* $OpenBSD: exec.h,v 1.13 2013/02/09 19:20:39 miod Exp $ */
/* $NetBSD: exec.h,v 1.1 1995/02/13 23:07:37 cgd Exp $ */
/*
@@ -31,8 +31,6 @@
#ifndef _MACHINE_EXEC_H_
#define _MACHINE_EXEC_H_
-#define cpu_exec_aout_makecmds(p, epp) ENOEXEC
-
/* Size of a page in an object file. */
#define __LDPGSZ 8192