diff options
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); |