diff options
Diffstat (limited to 'sys/arch/amd64/include/loadfile_machdep.h')
-rw-r--r-- | sys/arch/amd64/include/loadfile_machdep.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/amd64/include/loadfile_machdep.h b/sys/arch/amd64/include/loadfile_machdep.h index 735a1b8ed86..eb24b0b67c0 100644 --- a/sys/arch/amd64/include/loadfile_machdep.h +++ b/sys/arch/amd64/include/loadfile_machdep.h @@ -1,5 +1,5 @@ /* XXX - DSR */ -/* $OpenBSD: loadfile_machdep.h,v 1.3 2008/06/26 05:42:09 ray Exp $ */ +/* $OpenBSD: loadfile_machdep.h,v 1.4 2013/10/17 11:53:58 miod Exp $ */ /* $NetBSD: loadfile_machdep.h,v 1.1 1999/04/29 03:17:12 tsubai Exp $ */ /*- @@ -52,6 +52,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); |