Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/bsd/libelf/dist <libelf.h> is responsible for inclu...
details: https://anonhg.NetBSD.org/src/rev/e3f02fd987f2
branches: trunk
changeset: 750158:e3f02fd987f2
user: thorpej <thorpej%NetBSD.org@localhost>
date: Sat Dec 19 07:33:06 2009 +0000
description:
<libelf.h> is responsible for including <sys/elf32.h> and <sys/elf64.h> on
FreeBSD; no need to do it here.
diffstat:
external/bsd/libelf/dist/libelf_convert.m4 | 6 ++----
external/bsd/libelf/dist/libelf_msize.m4 | 6 ++----
2 files changed, 4 insertions(+), 8 deletions(-)
diffs (44 lines):
diff -r d88db365bb5c -r e3f02fd987f2 external/bsd/libelf/dist/libelf_convert.m4
--- a/external/bsd/libelf/dist/libelf_convert.m4 Sat Dec 19 07:31:44 2009 +0000
+++ b/external/bsd/libelf/dist/libelf_convert.m4 Sat Dec 19 07:33:06 2009 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: libelf_convert.m4,v 1.4 2009/12/19 07:31:44 thorpej Exp $ */
+/* $NetBSD: libelf_convert.m4,v 1.5 2009/12/19 07:33:06 thorpej Exp $ */
/*-
* Copyright (c) 2006,2007 Joseph Koshy
@@ -28,11 +28,9 @@
#include <sys/cdefs.h>
/* __FBSDID("$FreeBSD: src/lib/libelf/libelf_convert.m4,v 1.4.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); */
-__RCSID("$NetBSD: libelf_convert.m4,v 1.4 2009/12/19 07:31:44 thorpej Exp $");
+__RCSID("$NetBSD: libelf_convert.m4,v 1.5 2009/12/19 07:33:06 thorpej Exp $");
#include <sys/types.h>
-#include <sys/elf32.h>
-#include <sys/elf64.h>
#include <assert.h>
#include <libelf.h>
diff -r d88db365bb5c -r e3f02fd987f2 external/bsd/libelf/dist/libelf_msize.m4
--- a/external/bsd/libelf/dist/libelf_msize.m4 Sat Dec 19 07:31:44 2009 +0000
+++ b/external/bsd/libelf/dist/libelf_msize.m4 Sat Dec 19 07:33:06 2009 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: libelf_msize.m4,v 1.3 2009/12/19 07:31:44 thorpej Exp $ */
+/* $NetBSD: libelf_msize.m4,v 1.4 2009/12/19 07:33:06 thorpej Exp $ */
/*-
* Copyright (c) 2006 Joseph Koshy
@@ -28,11 +28,9 @@
#include <sys/cdefs.h>
/* __FBSDID("$FreeBSD: src/lib/libelf/libelf_msize.m4,v 1.2.10.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); */
-__RCSID("$NetBSD: libelf_msize.m4,v 1.3 2009/12/19 07:31:44 thorpej Exp $");
+__RCSID("$NetBSD: libelf_msize.m4,v 1.4 2009/12/19 07:33:06 thorpej Exp $");
#include <sys/types.h>
-#include <sys/elf32.h>
-#include <sys/elf64.h>
#include <assert.h>
#include <libelf.h>
Home |
Main Index |
Thread Index |
Old Index