remove sys/param.h that are not needed
authorderaadt <deraadt@openbsd.org>
Thu, 2 Sep 2021 21:12:25 +0000 (21:12 +0000)
committerderaadt <deraadt@openbsd.org>
Thu, 2 Sep 2021 21:12:25 +0000 (21:12 +0000)
lib/libelf/elf_strptr.c
lib/libelf/elf_update.c

index 7c0fbca..05345d3 100644 (file)
  * 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.
index e71109b..386382d 100644 (file)
@@ -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: