Don't need to include <osreldate.h> here.
This commit is contained in:
parent
e6c1c7c74e
commit
560b6d58db
|
@ -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 @@ __RCSID("$NetBSD: libelf_convert.m4,v 1.3 2009/12/19 07:31:04 thorpej Exp $");
|
|||
|
||||
#include <assert.h>
|
||||
#include <libelf.h>
|
||||
#include <osreldate.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "_libelf.h"
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
|
@ -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 @@ __RCSID("$NetBSD: libelf_msize.m4,v 1.2 2009/12/19 07:31:04 thorpej Exp $");
|
|||
|
||||
#include <assert.h>
|
||||
#include <libelf.h>
|
||||
#include <osreldate.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "_libelf.h"
|
||||
|
|
Loading…
Reference in New Issue