summaryrefslogtreecommitdiffstats
path: root/sys/amd64/include/reloc.h
diff options
context:
space:
mode:
authorpaul <paul@FreeBSD.org>1994-08-21 04:55:31 +0000
committerpaul <paul@FreeBSD.org>1994-08-21 04:55:31 +0000
commit08a1a02226b4d527152475629f769143de5d8bb0 (patch)
tree466fcb5026270f5cbab9702d66e944ebd8d0a7d9 /sys/amd64/include/reloc.h
parent1f5dfa1be240017a7a4d938578b9a01ce1082391 (diff)
downloadFreeBSD-src-08a1a02226b4d527152475629f769143de5d8bb0.zip
FreeBSD-src-08a1a02226b4d527152475629f769143de5d8bb0.tar.gz
Made idempotent.
Reviewed by: Submitted by:
Diffstat (limited to 'sys/amd64/include/reloc.h')
-rw-r--r--sys/amd64/include/reloc.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/amd64/include/reloc.h b/sys/amd64/include/reloc.h
index fc3b5cb..7f9cfad 100644
--- a/sys/amd64/include/reloc.h
+++ b/sys/amd64/include/reloc.h
@@ -31,9 +31,12 @@
* SUCH DAMAGE.
*
* @(#)reloc.h 8.1 (Berkeley) 6/10/93
- * $Id: reloc.h,v 1.2 1994/08/02 07:38:59 davidg Exp $
+ * $Id: reloc.h,v 1.3 1994/08/09 14:39:57 jkh Exp $
*/
+#ifndef _I386_MACHINE_RELOC_H_
+#define _I386_MACHINE_RELOC_H_
+
/* Relocation format. */
struct relocation_info {
int r_address; /* offset in text or data segment */
@@ -46,3 +49,5 @@ struct relocation_info {
r_relative : 1, /* load address relative */
r_copy : 1; /* run time copy */
};
+
+#endif
OpenPOWER on IntegriCloud