1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

r18118: its the job of libreplace to handle things like this

(This used to be commit fa47301c0e)
This commit is contained in:
Andrew Tridgell 2006-09-06 00:42:19 +00:00 committed by Gerald (Jerry) Carter
parent b7477fb388
commit 3953c21202

View File

@ -83,12 +83,6 @@ _PUBLIC_ void smb_panic(const char *why) NORETURN_ATTRIBUTE;
#include <signal.h>
#include <errno.h>
#ifdef HAVE_STDARG_H
#include <stdarg.h>
#else
#include <varargs.h>
#endif
#define _PRINTF_ATTRIBUTE(a1, a2) PRINTF_ATTRIBUTE(a1, a2)
/* Lists, trees, caching, database... */