#include <stdlib.h>
#include <ctype.h>
#include <errno.h>
-#include "safetime.h"
#if defined(_WIN32)
#include <io.h>
#define S_IXUSR 0100
#include <unistd.h>
#endif
#include <string.h>
+#include <sys/stat.h>
#include <sys/types.h>
#include <fcntl.h>
/*********************************************************
- * Copyright (C) 1998-2017 VMware, Inc. All rights reserved.
+ * Copyright (C) 1998-2018 VMware, Inc. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as published
#include <stdlib.h>
#include <ctype.h>
#include <errno.h>
-#include "safetime.h"
#if !defined(_WIN32)
#include <unistd.h>
#endif
#include <string.h>
+#include <sys/stat.h>
#include <sys/types.h>
#include <fcntl.h>
/*********************************************************
- * Copyright (C) 2009-2017 VMware, Inc. All rights reserved.
+ * Copyright (C) 2009-2018 VMware, Inc. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as published
typedef DWORD MXUserThreadID;
#define MXUSER_INVALID_OWNER 0xFFFFFFFF
#else
-#include "safetime.h"
#include <pthread.h>
typedef pthread_t MXUserThreadID;
#endif
#include <sys/time.h>
#include <pwd.h>
#include <pthread.h>
+#include <time.h>
#include <sys/resource.h>
#if defined(sun)
#include <sys/systeminfo.h>
#include "hostType.h"
#include "hostinfo.h"
#include "hostinfoInt.h"
-#include "safetime.h"
#include "str.h"
#include "err.h"
#include "msg.h"
/*********************************************************
- * Copyright (C) 1998-2017 VMware, Inc. All rights reserved.
+ * Copyright (C) 1998-2018 VMware, Inc. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as published
*/
-#include "safetime.h"
-#include "unicode.h"
#include <stdio.h>
+#include <time.h>
+#include "unicode.h"
#if defined(_WIN32)
# include <wtypes.h>
/*********************************************************
- * Copyright (C) 1998-2017 VMware, Inc. All rights reserved.
+ * Copyright (C) 1998-2018 VMware, Inc. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as published
#endif
#include "vm_ctype.h"
-#include "safetime.h"
#include <fcntl.h>
#include <stdio.h>
#include <stdlib.h>
#endif
#if defined(__APPLE__)
+#include <sys/stat.h>
#include <CoreFoundation/CoreFoundation.h>
#endif
/*********************************************************
- * Copyright (C) 1998-2017 VMware, Inc. All rights reserved.
+ * Copyright (C) 1998-2018 VMware, Inc. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as published
#endif
#include "vm_ctype.h"
-#include "safetime.h"
#if defined(_WIN32)
# include <winsock2.h> // also includes windows.h
/*********************************************************
- * Copyright (C) 2013-2016 VMware, Inc. All rights reserved.
+ * Copyright (C) 2013-2018 VMware, Inc. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as published
#endif
#include "vm_ctype.h"
-#include "safetime.h"
#if defined(_WIN32)
# include <winsock2.h> // also includes windows.h