mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-30 11:39:34 -05:00
add starttime to make NT happy
This commit is contained in:
parent
603be82c2f
commit
3bad16aa93
3 changed files with 12 additions and 0 deletions
|
|
@ -12,6 +12,10 @@
|
|||
#include "../slap.h"
|
||||
#include "../back-ldbm/back-ldbm.h"
|
||||
|
||||
#ifdef WIN32
|
||||
time_t starttime;
|
||||
#endif
|
||||
|
||||
#include "ldif.h"
|
||||
|
||||
#define MAXARGS 100
|
||||
|
|
|
|||
|
|
@ -12,6 +12,10 @@
|
|||
#include "../slap.h"
|
||||
#include "../back-ldbm/back-ldbm.h"
|
||||
|
||||
#ifdef WIN32
|
||||
time_t starttime;
|
||||
#endif
|
||||
|
||||
#define MAXARGS 100
|
||||
|
||||
static char *tailorfile;
|
||||
|
|
|
|||
|
|
@ -14,6 +14,10 @@
|
|||
#include "ldapconfig.h"
|
||||
#include "ldif.h"
|
||||
|
||||
#ifdef WIN32
|
||||
time_t starttime;
|
||||
#endif
|
||||
|
||||
#define MAXARGS 100
|
||||
|
||||
static void
|
||||
|
|
|
|||
Loading…
Reference in a new issue