18 lines
488 B
Plaintext
18 lines
488 B
Plaintext
$OpenBSD: patch-src_c_wrapper_h,v 1.1 2013/12/08 16:35:18 ian Exp $
|
|
--- src/c/wrapper.h.orig Wed Apr 17 01:48:52 2013
|
|
+++ src/c/wrapper.h Sat Dec 7 14:45:36 2013
|
|
@@ -52,7 +52,12 @@
|
|
#define DWORD unsigned long
|
|
#endif
|
|
|
|
-#include <sys/timeb.h>
|
|
+struct timeb {
|
|
+ time_t time; /* seconds since the Epoch */
|
|
+ unsigned short millitm; /* + milliseconds since the Epoch */
|
|
+ short timezone; /* minutes west of UTC */
|
|
+ short dstflag; /* DST == non-zero */
|
|
+};
|
|
|
|
#include "property.h"
|
|
|