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 Don't need to include <osreldate.h>...



details:   https://anonhg.NetBSD.org/src/rev/d88db365bb5c
branches:  trunk
changeset: 750157:d88db365bb5c
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Sat Dec 19 07:31:44 2009 +0000

description:
Don't need to include <osreldate.h> here.

diffstat:

 external/bsd/libelf/dist/libelf_convert.m4 |  5 ++---
 external/bsd/libelf/dist/libelf_fsize.m4   |  3 +--
 external/bsd/libelf/dist/libelf_msize.m4   |  5 ++---
 3 files changed, 5 insertions(+), 8 deletions(-)

diffs (69 lines):

diff -r fa57ef00047d -r d88db365bb5c external/bsd/libelf/dist/libelf_convert.m4
--- a/external/bsd/libelf/dist/libelf_convert.m4        Sat Dec 19 07:31:04 2009 +0000
+++ b/external/bsd/libelf/dist/libelf_convert.m4        Sat Dec 19 07:31:44 2009 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: libelf_convert.m4,v 1.3 2009/12/19 07:31:04 thorpej Exp $      */
+/*     $NetBSD: libelf_convert.m4,v 1.4 2009/12/19 07:31:44 thorpej Exp $      */
 
 /*-
  * Copyright (c) 2006,2007 Joseph Koshy
@@ -28,7 +28,7 @@
 
 #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.3 2009/12/19 07:31:04 thorpej Exp $");
+__RCSID("$NetBSD: libelf_convert.m4,v 1.4 2009/12/19 07:31:44 thorpej Exp $");
 
 #include <sys/types.h>
 #include <sys/elf32.h>
@@ -36,7 +36,6 @@
 
 #include <assert.h>
 #include <libelf.h>
-#include <osreldate.h>
 #include <string.h>
 
 #include "_libelf.h"
diff -r fa57ef00047d -r d88db365bb5c external/bsd/libelf/dist/libelf_fsize.m4
--- a/external/bsd/libelf/dist/libelf_fsize.m4  Sat Dec 19 07:31:04 2009 +0000
+++ b/external/bsd/libelf/dist/libelf_fsize.m4  Sat Dec 19 07:31:44 2009 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: libelf_fsize.m4,v 1.2 2009/12/19 07:31:04 thorpej Exp $        */
+/*     $NetBSD: libelf_fsize.m4,v 1.3 2009/12/19 07:31:44 thorpej Exp $        */
 
 /*-
  * Copyright (c) 2006 Joseph Koshy
@@ -29,7 +29,6 @@
  */
 
 #include <libelf.h>
-#include <osreldate.h>
 
 #include "_libelf.h"
 
diff -r fa57ef00047d -r d88db365bb5c external/bsd/libelf/dist/libelf_msize.m4
--- a/external/bsd/libelf/dist/libelf_msize.m4  Sat Dec 19 07:31:04 2009 +0000
+++ b/external/bsd/libelf/dist/libelf_msize.m4  Sat Dec 19 07:31:44 2009 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: libelf_msize.m4,v 1.2 2009/12/19 07:31:04 thorpej Exp $        */
+/*     $NetBSD: libelf_msize.m4,v 1.3 2009/12/19 07:31:44 thorpej Exp $        */
 
 /*-
  * Copyright (c) 2006 Joseph Koshy
@@ -28,7 +28,7 @@
 
 #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.2 2009/12/19 07:31:04 thorpej Exp $");
+__RCSID("$NetBSD: libelf_msize.m4,v 1.3 2009/12/19 07:31:44 thorpej Exp $");
 
 #include <sys/types.h>
 #include <sys/elf32.h>
@@ -36,7 +36,6 @@
 
 #include <assert.h>
 #include <libelf.h>
-#include <osreldate.h>
 #include <string.h>
 
 #include "_libelf.h"



Home | Main Index | Thread Index | Old Index