diff options
-rw-r--r-- | lib/libelf/elf_strptr.c | 4 | ||||
-rw-r--r-- | lib/libelf/elf_update.c | 3 |
2 files changed, 2 insertions, 5 deletions
diff --git a/lib/libelf/elf_strptr.c b/lib/libelf/elf_strptr.c index 7c0fbcaf396..05345d386b3 100644 --- a/lib/libelf/elf_strptr.c +++ b/lib/libelf/elf_strptr.c @@ -24,14 +24,12 @@ * SUCH DAMAGE. */ -#include <sys/param.h> - #include <assert.h> #include <gelf.h> #include "_libelf.h" -ELFTC_VCSID("$Id: elf_strptr.c,v 1.1 2019/02/01 05:27:37 jsg Exp $"); +ELFTC_VCSID("$Id: elf_strptr.c,v 1.2 2021/09/02 21:12:25 deraadt Exp $"); /* * Convert an ELF section#,offset pair to a string pointer. diff --git a/lib/libelf/elf_update.c b/lib/libelf/elf_update.c index e71109b6a4b..386382dda20 100644 --- a/lib/libelf/elf_update.c +++ b/lib/libelf/elf_update.c @@ -24,7 +24,6 @@ * SUCH DAMAGE. */ -#include <sys/param.h> #include <sys/stat.h> #include <assert.h> @@ -41,7 +40,7 @@ #include <sys/mman.h> #endif -ELFTC_VCSID("$Id: elf_update.c,v 1.3 2020/05/18 06:46:23 jsg Exp $"); +ELFTC_VCSID("$Id: elf_update.c,v 1.4 2021/09/02 21:12:25 deraadt Exp $"); /* * Layout strategy: |