Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/arm/include Put this back to a #define after he pat...



details:   https://anonhg.NetBSD.org/src/rev/a76953f5f6c4
branches:  trunk
changeset: 573676:a76953f5f6c4
user:      jmc <jmc%NetBSD.org@localhost>
date:      Fri Feb 04 22:45:05 2005 +0000

description:
Put this back to a #define after he patched sys/exec_aout.h. Otherwise errno.h
has to be pulled in for ENOEXEC definition.

diffstat:

 sys/arch/arm/include/aout_machdep.h |  10 +++-------
 1 files changed, 3 insertions(+), 7 deletions(-)

diffs (24 lines):

diff -r 835967e31ce9 -r a76953f5f6c4 sys/arch/arm/include/aout_machdep.h
--- a/sys/arch/arm/include/aout_machdep.h       Fri Feb 04 22:35:02 2005 +0000
+++ b/sys/arch/arm/include/aout_machdep.h       Fri Feb 04 22:45:05 2005 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: aout_machdep.h,v 1.3 2005/02/04 19:07:26 joff Exp $    */
+/*     $NetBSD: aout_machdep.h,v 1.4 2005/02/04 22:45:05 jmc Exp $     */
 
 /*
  * Copyright (c) 1994-1996 Mark Brinicombe.
@@ -52,12 +52,8 @@
 };
 
 #define relocation_info relocation_info_arm6
-
+                                                                                                                                                                                       
 /* No special executable format */
-static __inline int
-cpu_exec_aout_makecmds(struct proc *p, struct exec_package *e)
-{
-       return ENOEXEC;
-}
+#define        cpu_exec_aout_makecmds(a, b)    ENOEXEC
 
 #endif /* _ARM32_AOUT_MACHDEP_H_ */



Home | Main Index | Thread Index | Old Index