From 4b9b97c3b93c4877723941e9ee249c7e412207ee Mon Sep 17 00:00:00 2001 From: mjacob Date: Sat, 6 Feb 1999 16:39:16 +0000 Subject: [PATCH] I don't know what happened here- I submitted a *working* patch for alpha to John Polstra yesterday and it was checked in. Then there was a bunch of CVS activity, and it ended up with the *broken* prototype being reinserted. All I see in the history is 'style nits' as a comment, and I certainly agree with the latter of those two words. --- sys/sys/imgact_elf.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/sys/sys/imgact_elf.h b/sys/sys/imgact_elf.h index 252be9afd775..9f535401f89a 100644 --- a/sys/sys/imgact_elf.h +++ b/sys/sys/imgact_elf.h @@ -25,7 +25,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: imgact_elf.h,v 1.11 1999/02/04 12:42:39 newton Exp $ + * $Id: imgact_elf.h,v 1.12 1999/02/05 13:52:15 newton Exp $ */ #ifndef _SYS_IMGACT_ELF_H_ @@ -95,9 +95,10 @@ typedef struct { #define MAX_BRANDS 8 -int elf_brand_inuse __P((Elf32_Brandinfo *entry)); +int elf_brand_inuse __P((Elf64_Brandinfo *entry)); int elf_insert_brand_entry __P((Elf64_Brandinfo *entry)); int elf_remove_brand_entry __P((Elf64_Brandinfo *entry)); +int elf_brand_inuse __P((Elf64_Brandinfo *entry)); #endif /* ELF_TARG_CLASS == ELFCLASS32 */