Handle NetBSD specific guard for <sys/time.h> (_SYS_TIME_H_)

This patch is MIT-licensed.

Author: Kamil Rytarowski
Handle NetBSD specific guard for <sys/time.h> (_SYS_TIME_H_)

This patch is MIT-licensed.

Author: Kamil Rytarowski

Index: include/iprt/time.h
===================================================================
--- include/iprt/time.h (wersja 62416)
+++ include/iprt/time.h (kopia robocza)
@@ -353,7 +353,7 @@
 
 
 /* PORTME: Add struct timeval guard macro here. */
-#if defined(RTTIME_INCL_TIMEVAL) || defined(_STRUCT_TIMEVAL) || 
defined(_SYS__TIMEVAL_H_) || defined(_SYS_TIME_H) || defined(_TIMEVAL) || 
defined(_LINUX_TIME_H)
+#if defined(RTTIME_INCL_TIMEVAL) || defined(_STRUCT_TIMEVAL) || 
defined(_SYS__TIMEVAL_H_) || defined(_SYS_TIME_H) || defined(_TIMEVAL) || 
defined(_LINUX_TIME_H) || defined(_SYS_TIME_H_)
 /**
  * Gets the time as POSIX timeval.
  *
@@ -1031,4 +1031,3 @@
 RT_C_DECLS_END
 
 #endif
-

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
vbox-dev mailing list
vbox-dev@virtualbox.org
https://www.virtualbox.org/mailman/listinfo/vbox-dev

Reply via email to