diff options
author | 1997-06-29 07:43:19 +0000 | |
---|---|---|
committer | 1997-06-29 07:43:19 +0000 | |
commit | d64d67234215bc6816a3511a0e180c09e85364c9 (patch) | |
tree | e89677d195a0cbe1217e166d51858eb75ff855eb | |
parent | crank version (diff) | |
download | wireguard-openbsd-d64d67234215bc6816a3511a0e180c09e85364c9.tar.xz wireguard-openbsd-d64d67234215bc6816a3511a0e180c09e85364c9.zip |
another nasty long
-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! |