diff options
author | Volker Lendecke <vl@samba.org> | 2014-07-29 20:54:44 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2014-07-31 18:49:47 +0200 |
commit | 0753c1bec1ff5888068eeba5878c460ce07cef2a (patch) | |
tree | 76e80495aacf7826db900a850f7d44f4dfce8e24 /lib/util/debug.c | |
parent | 8799120abd07d4f3b243f473614d782fb7182bfc (diff) | |
download | samba-0753c1bec1ff5888068eeba5878c460ce07cef2a.tar.gz samba-0753c1bec1ff5888068eeba5878c460ce07cef2a.tar.xz samba-0753c1bec1ff5888068eeba5878c460ce07cef2a.zip |
lib: Create time_basic.[ch]
Make the two functions that debug.c needs a subsystem of their own. The
goal is to put debug.c on a diet. Anybody who wants to use it should
not be forced to pull in half of Samba :-)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Michael Adam <obnox@samba.org>
Diffstat (limited to 'lib/util/debug.c')
-rw-r--r-- | lib/util/debug.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/util/debug.c b/lib/util/debug.c index ffd8e035eb..3524a9a58c 100644 --- a/lib/util/debug.c +++ b/lib/util/debug.c @@ -22,7 +22,7 @@ #include "includes.h" #include "system/filesys.h" #include "system/syslog.h" -#include "lib/util/time.h" +#include "lib/util/time_basic.h" /* define what facility to use for syslog */ #ifndef SYSLOG_FACILITY |