Module Name: src
Committed By: christos
Date: Thu Jan 17 22:23:42 UTC 2013
Modified Files:
src/external/bsd/libdwarf/dist: dwarf_func.c
Log Message:
toolify
To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 src/external/bsd/libdwarf/dist/dwarf_func.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/bsd/libdwarf/dist/dwarf_func.c
diff -u src/external/bsd/libdwarf/dist/dwarf_func.c:1.1.1.1 src/external/bsd/libdwarf/dist/dwarf_func.c:1.2
--- src/external/bsd/libdwarf/dist/dwarf_func.c:1.1.1.1 Thu Jan 17 17:03:02 2013
+++ src/external/bsd/libdwarf/dist/dwarf_func.c Thu Jan 17 17:23:41 2013
@@ -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)