From d8f2bdbc69cece8145ce26e0af4314698290ce77 Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Sun, 30 Oct 2011 12:20:58 +0100 Subject: [PATCH] Tweak pull fixed plugins fd_common.h from master --- bacula/src/plugins/fd/fd_common.h | 1 - 1 file changed, 1 deletion(-) diff --git a/bacula/src/plugins/fd/fd_common.h b/bacula/src/plugins/fd/fd_common.h index 3ed138ec15..9f9cdf57af 100644 --- a/bacula/src/plugins/fd/fd_common.h +++ b/bacula/src/plugins/fd/fd_common.h @@ -55,7 +55,6 @@ DLL_IMP_EXP void *sm_malloc(const char *fname, int lineno, unsigned int nbytes); DLL_IMP_EXP void sm_free(const char *file, int line, void *fp); DLL_IMP_EXP void *reallymalloc(const char *fname, int lineno, unsigned int nbytes); DLL_IMP_EXP void reallyfree(const char *file, int line, void *fp); -DLL_IMP_EXP void sm_check(const char *fname, int lineno, bool dump); #ifndef bmalloc # define bmalloc(s) sm_malloc(__FILE__, __LINE__, (s)) -- 2.39.5