diff options
| -rw-r--r-- | crypto/compat/posix_win.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/compat/posix_win.c b/crypto/compat/posix_win.c index bed8c84..1fbfce1 100644 --- a/crypto/compat/posix_win.c +++ b/crypto/compat/posix_win.c | |||
| @@ -291,7 +291,7 @@ uid_t getuid(void) | |||
| 291 | 291 | ||
| 292 | #ifdef _MSC_VER | 292 | #ifdef _MSC_VER |
| 293 | struct timezone; | 293 | struct timezone; |
| 294 | int gettimeofday(struct timeval * tp, struct timezone * tzp) | 294 | int gettimeofday(struct timeval *tp, void *tzp) |
| 295 | { | 295 | { |
| 296 | /* | 296 | /* |
| 297 | * Note: some broken versions only have 8 trailing zero's, the correct | 297 | * Note: some broken versions only have 8 trailing zero's, the correct |
