Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/bsd/libdwarf/dist toolify
details: https://anonhg.NetBSD.org/src/rev/fd70703c74ab
branches: trunk
changeset: 784093:fd70703c74ab
user: christos <christos%NetBSD.org@localhost>
date: Thu Jan 17 22:23:41 2013 +0000
description:
toolify
diffstat:
external/bsd/libdwarf/dist/dwarf_func.c | 11 +++++++----
1 files changed, 7 insertions(+), 4 deletions(-)
diffs (30 lines):
diff -r b60cbe741e7c -r fd70703c74ab external/bsd/libdwarf/dist/dwarf_func.c
--- a/external/bsd/libdwarf/dist/dwarf_func.c Thu Jan 17 22:19:52 2013 +0000
+++ b/external/bsd/libdwarf/dist/dwarf_func.c Thu Jan 17 22:23:41 2013 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: dwarf_func.c,v 1.1.1.1 2013/01/17 22:03:02 christos Exp $ */
+/* $NetBSD: dwarf_func.c,v 1.2 2013/01/17 22:23:41 christos Exp $ */
/*-
* Copyright (c) 2008-2009, 2011, Juniper Networks, Inc.
@@ -28,14 +28,17 @@
* JNPR: dwarf_func.c 336441 2009-10-17 09:19:54Z deo
*/
-#include <sys/cdefs.h>
+#if HAVE_NBTOOL_CONFIG_H
+# include "nbtool_config.h"
+#endif
+
/* __FBSDID("$FreeBSD: src/lib/libdwarf/dwarf_func.c,v 1.2 2012/11/17 01:49:48 svnexp Exp $"); */
-__RCSID("$NetBSD: dwarf_func.c,v 1.1.1.1 2013/01/17 22:03:02 christos Exp $");
+__RCSID("$NetBSD: dwarf_func.c,v 1.2 2013/01/17 22:23:41 christos Exp $");
#include <stdlib.h>
#include <string.h>
#include <libdwarf.h>
-#include <_libdwarf.h>
+#include "_libdwarf.h"
static void
dwarf_add_function(Dwarf_Debug dbg, Dwarf_Func func)
Home |
Main Index |
Thread Index |
Old Index