diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-06-29 07:43:20 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-06-29 07:43:20 +0000 |
commit | 4eeeee56426179ed34bb900317b28d4032ce0b21 (patch) | |
tree | 7a1a5c2e76f22d129e6c844e0b111a04f158fefe /sys | |
parent | df4b02eedd01ff00af5fb75e51da8df320625342 (diff) |
another nasty long
Diffstat (limited to 'sys')
-rw-r--r-- | sys/sys/exec_elf.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/sys/exec_elf.h b/sys/sys/exec_elf.h index 845d2ab79a4..d29f5b5d0a5 100644 --- a/sys/sys/exec_elf.h +++ b/sys/sys/exec_elf.h @@ -1,4 +1,4 @@ -/* $OpenBSD: exec_elf.h,v 1.10 1996/12/11 05:55:33 imp Exp $ */ +/* $OpenBSD: exec_elf.h,v 1.11 1997/06/29 07:43:19 deraadt Exp $ */ /* * Copyright (c) 1995, 1996 Erik Theisen. All rights reserved. * @@ -343,7 +343,7 @@ extern Elf32_Dyn _DYNAMIC[]; #define DT_HIPROC 0x7fffffff /* specific dynamic array tags */ /* Standard ELF hashing function */ -unsigned long elf_hash(const unsigned char *name); +unsigned int elf_hash(const unsigned char *name); /* * XXX - these _KERNEL items aren't part of the ABI! |