diff options
author | Brandon Creighton <bjc@cvs.openbsd.org> | 2000-04-30 03:53:36 +0000 |
---|---|---|
committer | Brandon Creighton <bjc@cvs.openbsd.org> | 2000-04-30 03:53:36 +0000 |
commit | 1f7b0bb76dfd75707c99ea2f186493e28ecf93ff (patch) | |
tree | 65c96b602a30140318f2102108ffc427decb701e /gnu | |
parent | 3363c88e87c92a7ce9e60659691fdbedacc279cc (diff) |
misc header reordering, remove #undef of relocation_info
ok espie@
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/usr.bin/ld/vax/md.h | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/gnu/usr.bin/ld/vax/md.h b/gnu/usr.bin/ld/vax/md.h index 60db24e5562..174004350a9 100644 --- a/gnu/usr.bin/ld/vax/md.h +++ b/gnu/usr.bin/ld/vax/md.h @@ -1,4 +1,4 @@ -/* $OpenBSD: md.h,v 1.6 2000/02/01 21:01:43 espie Exp $ */ +/* $OpenBSD: md.h,v 1.7 2000/04/30 03:53:35 bjc Exp $ */ /* $NetBSD: md.h,v 1.1 1995/10/19 13:10:20 ragge Exp $ */ /* * Copyright (c) 1993 Paul Kranenburg @@ -41,11 +41,7 @@ #endif /* Remove definitions from the host exec.h */ -#undef __LDPGSZ -#ifdef relocation_info -#undef relocation_info -#endif -#include <sys/arch/vax/include/exec.h> +#include <machine/exec.h> #define MAX_ALIGNMENT 4 /* (sizeof (long)) */ |