diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2013-10-17 11:54:03 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2013-10-17 11:54:03 +0000 |
commit | c3d58c4aaa5423d57ecd6f53ff897965e2e518fc (patch) | |
tree | ad2ad2df81a634448235d144e45a43a3517bf5cf /sys/arch/armish | |
parent | 35dd014b6f4c567602f736a8395c54de096d3968 (diff) |
Remove a.out leftovers now that libsa loadfile() will only boot ELF binaries.
Diffstat (limited to 'sys/arch/armish')
-rw-r--r-- | sys/arch/armish/include/loadfile_machdep.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/armish/include/loadfile_machdep.h b/sys/arch/armish/include/loadfile_machdep.h index 86490f2f6eb..aa73cb63bce 100644 --- a/sys/arch/armish/include/loadfile_machdep.h +++ b/sys/arch/armish/include/loadfile_machdep.h @@ -1,4 +1,4 @@ -/* $OpenBSD: loadfile_machdep.h,v 1.2 2008/06/26 05:42:09 ray Exp $ */ +/* $OpenBSD: loadfile_machdep.h,v 1.3 2013/10/17 11:53:59 miod Exp $ */ /* $NetBSD: loadfile_machdep.h,v 1.1 1999/04/29 03:17:12 tsubai Exp $ */ /*- @@ -47,6 +47,5 @@ #define PROGRESS(a) (void) printf a #define ALLOC(a) alloc(a) #define FREE(a, b) free(a, b) -#define OKMAGIC(a) ((a) == OMAGIC) void run_loadfile(u_long *, int); |