# HG changeset patch # User Tassilo Philipp # Date 1611245735 -3600 # Node ID 2c2b51819aad0d11ecae38d8d0c289402725d187 # Parent 0876703ca33cdf1500faed10d41336ed810a7289 - newer and portable beos/haiku uses elf.h instead of elf32.h (maybe older builds only used elf32.h in raw source? either way, just using elf.h now) diff -r 0876703ca33c -r 2c2b51819aad dynload/dynload_syms_elf.c --- a/dynload/dynload_syms_elf.c Wed Jan 20 17:50:46 2021 +0100 +++ b/dynload/dynload_syms_elf.c Thu Jan 21 17:15:35 2021 +0100 @@ -43,8 +43,6 @@ # include #elif defined(OS_SunOS) # include -#elif defined(OS_BeOS) -# include #else # include #endif