[vbox-dev] NetBSD patch 0010: Handle NetBSD specific guard for <sys/time.h> (_SYS_TIME_H_)

Kamil Rytarowski n54 at gmx.com
Fri Jul 22 23:29:50 GMT 2016


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

This patch is MIT-licensed.

Author: Kamil Rytarowski
-------------- next part --------------
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
-
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: OpenPGP digital signature
URL: <http://www.virtualbox.org/pipermail/vbox-dev/attachments/20160723/59e5b55e/attachment.sig>


More information about the vbox-dev mailing list