summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2001-01-22 23:48:36 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2001-01-22 23:48:36 +0000
commit0c2ac15e6dab7e1aa03a8eee149b0798ea9cb4cf (patch)
tree8e19b62c32ef69118edbfcbd3fe21a71da3bd743 /sys
parent820341e3533f87a80628a1d853a45900bd69f663 (diff)
Art is a B.....
Diffstat (limited to 'sys')
-rw-r--r--sys/sys/exec_elf.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/sys/exec_elf.h b/sys/sys/exec_elf.h
index c74edfd8fc9..314954244b2 100644
--- a/sys/sys/exec_elf.h
+++ b/sys/sys/exec_elf.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: exec_elf.h,v 1.25 2001/01/22 14:52:56 art Exp $ */
+/* $OpenBSD: exec_elf.h,v 1.26 2001/01/22 23:48:35 deraadt Exp $ */
/*
* Copyright (c) 1995, 1996 Erik Theisen. All rights reserved.
*
@@ -455,7 +455,7 @@ typedef struct {
typedef struct {
Elf32_Sword au_id; /* 32-bit id */
Elf32_Word au_v; /* 32-bit value */
-} AuxInfo; /* XXX needs to be Aux32Info */
+} Aux32Info;
#define ELF64_NO_ADDR ((u_int64_t) ~0)/* Indicates addr. not yet filled in */
#define ELF64_AUX_ENTRIES 8 /* Size of aux array passed to loader */