summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbjc <bjc@openbsd.org>2000-04-30 03:53:35 +0000
committerbjc <bjc@openbsd.org>2000-04-30 03:53:35 +0000
commitebd4d317c6ede2b14ae9176d23719688c94e622f (patch)
treebd1a07296759223e6f2def34792c0eeb3a9e932d
parentinstallboot(8) goes into arch subdirectory, espie@ (diff)
downloadwireguard-openbsd-ebd4d317c6ede2b14ae9176d23719688c94e622f.tar.xz
wireguard-openbsd-ebd4d317c6ede2b14ae9176d23719688c94e622f.zip
misc header reordering, remove #undef of relocation_info
ok espie@
-rw-r--r--gnu/usr.bin/ld/vax/md.h8
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)) */