Skip to content
Snippets Groups Projects
Commit 3bad16aa authored by Gary Williams's avatar Gary Williams
Browse files

add starttime to make NT happy

parent 603be82c
Branches
Tags
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment