Module Name:    src
Committed By:   dsl
Date:           Fri Jan  3 16:54:48 UTC 2014

Modified Files:
        src/sys/sys: exec_elf.h

Log Message:
Remove the incorrect and unused Elf64_Shalf.
At one time it was used for a 32bit item - but that definition has long
  since been changed to use a reasonable 32bit type.


To generate a diff of this commit:
cvs rdiff -u -r1.134 -r1.135 src/sys/sys/exec_elf.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/sys/exec_elf.h
diff -u src/sys/sys/exec_elf.h:1.134 src/sys/sys/exec_elf.h:1.135
--- src/sys/sys/exec_elf.h:1.134	Thu Jan  2 19:15:07 2014
+++ src/sys/sys/exec_elf.h	Fri Jan  3 16:54:48 2014
@@ -1,4 +1,4 @@
-/*	$NetBSD: exec_elf.h,v 1.134 2014/01/02 19:15:07 christos Exp $	*/
+/*	$NetBSD: exec_elf.h,v 1.135 2014/01/03 16:54:48 dsl Exp $	*/
 
 /*-
  * Copyright (c) 1994 The NetBSD Foundation, Inc.
@@ -73,8 +73,6 @@ typedef uint64_t	Elf64_Addr;
 typedef uint64_t	Elf64_Off;
 typedef int64_t		Elf64_SOff;
 #define ELF64_FSZ_OFF	8
-typedef int32_t		Elf64_Shalf;
-#define ELF64_FSZ_SHALF 4
 
 typedef int32_t		Elf64_Sword;
 #define ELF64_FSZ_SWORD 4

Reply via email to