summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordfr <dfr@FreeBSD.org>1998-06-14 13:24:09 +0000
committerdfr <dfr@FreeBSD.org>1998-06-14 13:24:09 +0000
commit1eddce4e7b53dec621dcf76678415a51d092805d (patch)
tree44395e2f231281cc14ecc5c4393bc5ffeef44091
parenta336cb95ff251255772e6a862020099b00c9bfb6 (diff)
downloadFreeBSD-src-1eddce4e7b53dec621dcf76678415a51d092805d.zip
FreeBSD-src-1eddce4e7b53dec621dcf76678415a51d092805d.tar.gz
Elf64_Shdr.sh_size should be Elf64_Size not Elf64_Word.
-rw-r--r--sys/sys/elf64.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/sys/elf64.h b/sys/sys/elf64.h
index a17f082..02a1ac2 100644
--- a/sys/sys/elf64.h
+++ b/sys/sys/elf64.h
@@ -23,7 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: elf64.h,v 1.2 1997/08/30 18:58:31 peter Exp $
+ * $Id: elf64.h,v 1.1 1998/06/10 10:57:26 dfr Exp $
*/
#ifndef _SYS_ELF64_H_
@@ -137,7 +137,7 @@ typedef struct {
Elf64_Size sh_flags; /* Section flags. */
Elf64_Addr sh_addr; /* Address in memory image. */
Elf64_Off sh_offset; /* Offset in file. */
- Elf64_Word sh_size; /* Size in bytes. */
+ Elf64_Size sh_size; /* Size in bytes. */
Elf64_Word sh_link; /* Index of a related section. */
Elf64_Word sh_info; /* Depends on section type. */
Elf64_Size sh_addralign; /* Alignment in bytes. */
OpenPOWER on IntegriCloud