Loading src/common/util.c +3 −0 Original line number Diff line number Diff line Loading @@ -68,6 +68,9 @@ const char util_c_id[] = "$Id$"; #ifdef HAVE_TIME_H #include <time.h> #endif #if defined(HAVE_MALLOC_H) && defined(HAVE_MALLINFO) #include <malloc.h> #endif #ifndef O_BINARY #define O_BINARY 0 Loading src/common/util.h +0 −3 Original line number Diff line number Diff line Loading @@ -23,9 +23,6 @@ #ifdef HAVE_TIME_H #include <time.h> #endif #ifdef HAVE_MALLOC_H #include <malloc.h> #endif /* Replace assert() with a variant that sends failures to the log before * calling assert() normally. Loading Loading
src/common/util.c +3 −0 Original line number Diff line number Diff line Loading @@ -68,6 +68,9 @@ const char util_c_id[] = "$Id$"; #ifdef HAVE_TIME_H #include <time.h> #endif #if defined(HAVE_MALLOC_H) && defined(HAVE_MALLINFO) #include <malloc.h> #endif #ifndef O_BINARY #define O_BINARY 0 Loading
src/common/util.h +0 −3 Original line number Diff line number Diff line Loading @@ -23,9 +23,6 @@ #ifdef HAVE_TIME_H #include <time.h> #endif #ifdef HAVE_MALLOC_H #include <malloc.h> #endif /* Replace assert() with a variant that sends failures to the log before * calling assert() normally. Loading