[PATCH] Fix an include

Volker Lendecke vl at samba.org
Wed Sep 7 04:21:56 UTC 2016


Hi!

Review appreciated!

Thanks, Volker
-------------- next part --------------
>From efc0199de92be3c22f8f349ccc7e7377d2a0dd50 Mon Sep 17 00:00:00 2001
From: Volker Lendecke <vl at samba.org>
Date: Tue, 6 Sep 2016 11:46:39 +0200
Subject: [PATCH] lib: call_backtrace() is no more

Signed-off-by: Volker Lendecke <vl at samba.org>
---
 lib/util/samba_util.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/lib/util/samba_util.h b/lib/util/samba_util.h
index c339161..416fde8 100644
--- a/lib/util/samba_util.h
+++ b/lib/util/samba_util.h
@@ -66,8 +66,6 @@ extern const char *panic_action;
 /**
  * Write backtrace to debug log
  */
-_PUBLIC_ void call_backtrace(void);
-
 _PUBLIC_ void dump_core_setup(const char *progname, const char *logfile);
 
 /**
-- 
1.9.1



More information about the samba-technical mailing list